EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

EPPlus-Excel spreadsheets for .NET

Results 237 EPPlus issues
Sort by recently updated
recently updated
newest added

With Excel, auto file of column widths takes a second or two. With the same worksheet, in EPPlus it takes ~10 minutes. Any idea why it takes so much longer...

enhancement

Hi, Recently I was using the NameFormula like this ExcelNamedRange name = package.Workbook.Names.Add("Test", worksheet.Cells[3, 3]); name.NameFormula = "#REF!"; name.NameFormula = "#REF!"; But now after upgradation, I am getting this error...

enhancement

version used: 7.0.9 project is using .NET7 repo with issue reproduction [here](https://github.com/idan-amiel/EPPlus_Finnish_Issue)

bug

_Initially reported as a comment in #1042_ , ### Issue description I brought in the new EPPlus version and it ended up throwing an error when trying to run LoadFromCollection:...

enhancement

When specifying member info to include, it seems the order of the members specified determines the order of the columns (which is great!). The following gives me columns `Id`, `FirstName`,...

enhancement
7.1

The following code will be executed in a multi-threaded environment, even if it operates on different worksheets, it may still throw exceptions, similar to inserting existing keys in a dictionary....

alt-enhancement

When copying data validations, EPPlus iterates all data validation items in the worksheet to see if the address matches the copied range this has devestating effects on performance when a...

enhancement

When reading a file in 7.0.6 or higher from a file saved with an earlier version of epplus containing dataValidation Lists (Dropdowns) only the first is read and the rest...

bug

When calling `LoadFromCollection` it should be possible to set a format of columns in runtime. For example, it should be possible to set different formats depending on culture. ### Overview...

enhancement
7.1