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.
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.
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