Mats Alm

Results 105 comments of Mats Alm
trafficstars

I would personally think of it this way: things that somehow supports a commercial business directly or indirectly would still qualify as a commercial purpose. I will reach out to...

@gregorylyons There are always things you could have been done differently in retrospect. We have, to the best of our capabilities, tried to create a more solid ground for EPPlus...

Sorry for a very late reply to this issue. We have briefly looked into this before. As you might know, some decimal numbers can not be exactly represented by a...

Just an update on this issue, this will be included in the next major version (EPPlus 7), which will have a rewritten calculation engine.

The FILTER function is implemented in EPPlus 7 which supports dynamic arrayformulas.

@YanerTavuz If you set Style.WrapText = true on your columns/rows/ranges (see above) Excel should adjust the row height when the workbook is opened. It will be very difficult to implement...

Thanks, let's see if I understand this correctly: 1. We need a new type of attribute that should have a property/member that defines the headers in the order they should...

That shold be ok then. Does it work if you create a new file on UWP? ```csharp ExcelPackage.LicenseContext = LicenseContext.NonCommercial; using (var package = new ExcelPackage()) { var sheet =...