Upgrade SharpZipLib version
See original GitHub issueVersion 1.3.3 has a bug where it fails to open specific XSSF workbook with exception
ICSharpCode.SharpZipLib.Zip.ZipException: 'Wrong Local header signature: 0x41C
Upgrading the version to 1.4.0 and forward fixes the problem and workbook is opened correctly.
Issue Analytics
- State:
- Created 2 months ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
SharpZipLib 1.4.2
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written ... dotnet add package SharpZipLib --version 1.4.2.
Read more >Releases · icsharpcode/SharpZipLib
New patch release that mainly fixes issues with the changes in v1.4.0. ZIP String Encoding: Further iteration on the StringCodec API, since the ......
Read more >What's up with SharpZipLib versions?
NET runtime version, its versions will be 2.84.0.0 (.NET 2.0) or 4.84.0.0 (.NET 4.0, or 4.x I guess). Can anybody explain what's going ......
Read more >update package sharpziplib - Using Umbraco And Getting ...
Does anyone know if it is safe to update the package SharpZipLib from 0.86 to lastest (1.3.3) or will i break things in...
Read more >3 Steps to Download and Fix - ICSharpCode.SharpZipLib.dll
In the search box, type "Update" and press "ENTER". In the Windows Update dialog box, click "Check for Updates" (or similar button depending...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll happily do that soon, but I can’t share the original file. I’ll do my best to make a sample for You and I’ll get back to You 😉
I suggest you check where this xlsx file is from and which software/component generated this file. If this file is NOT generated by Microsoft Office, it can happen because some 3rd party implementation of office file generation has special file header or different zip package implementation.