ReoGrid icon indicating copy to clipboard operation
ReoGrid copied to clipboard

Why DotNetZip ?

Open obj404 opened this issue 3 years ago • 4 comments

Why not use SharpZipLib in 3.0?

obj404 avatar May 11 '21 05:05 obj404

Since I have been faced some troubles when I was trying to use SharpZipLib to unzip Excel .xlsx files. For some reasons the DotNetZip library worked great compared to SharpZipLib.

jingwood avatar May 11 '21 12:05 jingwood

Maybe It's time to check again for the compatibility with SharpZipLib, but I think the priority is low.

jingwood avatar May 11 '21 12:05 jingwood

@jingwood SharpZipb is popular and is used by most open source libraries. Using dotNetZip adds a dependency.

obj404 avatar May 11 '21 13:05 obj404

unvell.ReoGrid.dll 3.0.0 -> DotNetZip 1.15.0 -> System.Security.Permissions (>= 5.0.0 && < 6.0.0).

DotNetZip has dependency problems.

sgf avatar Jul 06 '23 03:07 sgf