ICSharpCode.SharpZipLib.Zip.ZipException" /> ICSharpCode.SharpZipLib.Zip.ZipException" /> ICSharpCode.SharpZipLib.Zip.ZipException"/>

NPOI Mapper throws "Wrong Local header signature: 0x41D" exception

38 views Asked by At

I get this result with simple NPOI Mapper initialization:

Mapper map = new Mapper("pathtofile\\xxx.xlsx");

=> ICSharpCode.SharpZipLib.Zip.ZipException: 'Wrong Local header signature: 0x41D'

The file is opened by Excel normally, without password. Moreover, the author of xslx in the metadata is Apache NPOI.

Did somebody have similar error?

0

There are 0 answers