EPPlus
EPPlus copied to clipboard
EPPlus-Excel spreadsheets for .NET
I was trying to write my own GetOrAdd method in my project and got test fails because of "[" and "]" symbols. I think that lib should have same behavior...
I'd like to have a cell formatted as a number that is also a hyperlink to another cell within the Excel file. As far as I can tell, the only...
I received an excel file from a third party. The file contains an image with the extension of ".tmp" instead of ".png" The bytes loaded from the file contain the...
I would like to know how to set up using length units as column width setting units, as I need to ensure perfect filling for printing. The character length does...
I'd like to check if you are interested in [this suggestion](https://github.com/nissl-lab/npoi/discussions/828). The forum will be joined by PMC of different Office format libraries. It will be cross-programming-language.
Hi, I noticed a strange behaviour when I copy a worksheet: I used the version 5.8.3 and I noticed that the bug found in this old open issue: https://github.com/JanKallman/EPPlus/issues/394. is...
https://github.com/EPPlusSoftware/EPPlus/blob/861926c1f9afb0ac91853aa5f8abf2e52df322b6/src/EPPlus/ExcelPackage.cs#L885 If an exception should occur during `Write`, the `FileStream` will not be disposed and will remain open (with file locked) for an undetermined time. The proper way to open...
Currently there is only autofit for columns. The only way to do it now is by using `sheet.Row(rowNumber).CustomHeight = true;` But the problem with this implementation that it leaves it...
A first fix for this will be to add an overload on Workbook.Names.Add and Worksheet.Names.Add that controls if a relative address should be retained. Next step will be to shift...