dotnetcore / NPOI

A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
Apache License 2.0
1.93k stars 413 forks source link

can upgrade the reference dll ICSharpCode.SharpZipLib.dll to new version? #151

Open zjrjb opened 4 years ago

zjrjb commented 4 years ago

the ICSharpCode.SharpZipLib.dll under version 1.0 is in GPL license, we can not use it in our software. however, the new version had changed to MIT license. So, can ugrade the ICSharpCode.SharpZipLib.dll to new version?

jbrabant commented 4 years ago

Would be nice to be able to upgrade to version 2 of ICSharpCode.SharpZip but right now, when I do, NPOI is tied up with version 1 and it doesn't work...

drmason789 commented 4 years ago

Why not use the zip functionality in System.IO.Compression?