AdrianEPPlus
AdrianEPPlus
This code appears to work. It correctly autofits each column so all text inside is visible. I've provided a screenshot of the resulting xlsx file. ``` using var p =...
I tested some more and the same code I provided above works and I get the same file output in EPPlus 7.2.0. Are you opening the opening the correct file...
Hello! We are looking into this.
Unable to reproduce this bug. Closing this for now. Should bug persist, open a new ticket with a workbook and code that reproduce this bug.
During my tests I see that memory usage climbs to 4GB for the first 30 seconds and then are stable for the rest of the run at around 3GB. Setting...
My initial tests was made inside our EPPlus development project and it should use x64. But to test I created a new project and set it to use x64. Besides...
This is not a high priority at this time, but we can look into fixing this for a next major version.
Good find. I tested this and it appears to work just fine by removing the exceptions. I made a new PR for this since I found a few more places...