vvenegasv / exportable

Exportable is a component for .NET, 100% open source, with MIT license; builded on top of NPOI. In the future, are plans to handle other formats, like CSV, Json, and others.
MIT License
9 stars 5 forks source link

Generated XLSX corrupted #7

Open antoniaelek opened 4 years ago

antoniaelek commented 4 years ago

Hi,

Great project, I love it! I encountered the issue of being unable to open the generated XLSX with Excel 2019, the error stating file was corrupted. However, updating NPOI and SharpZipLib packages to their latest versions (NPOI version 2.4.1 and SharpZipLib version1.2.0) resolved the issue for me, so I thought it'd be good idea for you to update them in repo, too.

Cheers, Antonia

vvenegasv commented 4 years ago

Thanks for your feedback. I will do.