Jan Källman

Results 124 comments of Jan Källman

This will go into EPPlus 6.1. See...[enum-display-attribute-LoadFromCollection](https://github.com/EPPlusSoftware/EPPlus/tree/feature/enum-display-attribute-LoadFromCollection)

We will try to look at this for a future version. I'll add this as an enhancement.

I can't reproduce this in 4.5.3.1. ``` using (var package = new ExcelPackage()) { var ws = package.Workbook.Worksheets.Add("TextBug"); ws.Cells["A1"].Value = new DateTime(2019, 3, 7); ws.Cells["A1"].Style.Numberformat.Format = "mm/dd/yyyy"; Assert.AreEqual("03/07/2019", ws.Cells["A1"].Text); }...

Thanks, found the problem and added a fix. Please give it a try

Optimized the Add method, so It should be a lot faster now. Feel free to try it out

Thanks for your detailed description. I have fixed the underlaying problem in EPPlus version 5. I could sadly not use the PR, but the functionality is the same. In version...

Still a problem with 4.5.1 and preview 3 of System.Drawing.Common?

Sorry for my absence. We have been working hard with the new version EPPlus 5.0 that will be announced soon. To give you the background: Over the last years it...

> Wow, that went from "Hey this project is dead, and has a lot of outstanding bugs" to "We're gonna switch up the licensing model and start charging." super quick....