EPPlus
EPPlus copied to clipboard
EPPlus-Excel spreadsheets for .NET
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...
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...
version used: 7.0.9 project is using .NET7 repo with issue reproduction [here](https://github.com/idan-amiel/EPPlus_Finnish_Issue)
_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:...
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`,...
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....
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...
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...
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...