EPPlus
                                
                                
                                
                                    EPPlus copied to clipboard
                            
                            
                            
                        EPPlus-Excel spreadsheets for .NET
Create a ExcelRangeRow.Copy and ExcelRangeColumn.Copy method. So users don't have to rely on ExcelRangeBase.Copy e.g. ` C# sheet.Cells["4:5"].Copy(sheet.Cells["7:8"]); ` Also consider if functionality should be added to ExcelRangeBase.Copy so it...
If a workbook contains rich data structures they should be preserved on save.
Before submitting this pull request I have... - [X] read EPPlus Softwares [Contribution Guidlines](CONTRIBUTING.md) - [X] ensured that the functionality I have added/changed is covered by new unit tests. -...
Update Microsoft.Extensions.Configuration.Json to fix vulnerability in System.Text.Json
Now the new version can get data from a pivot table by "GetValue", how to copy the whole data of a pivot table(as a range) to another position? Is that...
These could probably be unified into one class or their inheritence hierarchy simplified. CssTextFormatTranslator may or may not also require a default-right variable.
When shifting manual layout from inner to outer the reference point of the manual layout system changes. Therefore old values of height or width become inaccurate unless manually changed. Perhaps...
### EPPlus usage Noncommercial use ### Environment Windows ### Epplus version 7.2.0 - 7.3.2 ### Spreadsheet application Excel ### Description I created a pivot table with 2 row fields, and...
* Add multi-treading support in ExcelRange and ExcelStyles classes. Also see #894 * Add multi-threading in the formula calculation. Also see https://github.com/orgs/EPPlusSoftware/projects/2 * Use the new .NET 9 `Lock` statement...
Add support for Sensitivity labels and the encryption needed to support it. An SendsitivityLabelHandler will be added to to integrate with the Microsoft MIPS API.