Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xlsx invalid signature: 0x80014 #28

Closed
ghost opened this issue Aug 17, 2015 · 5 comments
Closed

Xlsx invalid signature: 0x80014 #28

ghost opened this issue Aug 17, 2015 · 5 comments

Comments

@ghost
Copy link

ghost commented Aug 17, 2015

Am getting an invalid signature: 0x80014 when reading an excel sheet that has 1 worksheet and 1443 rows, 8 cols to data. For some reason, this error starts been generated when the excel sheet has more than 1370 rows of data.

Any ideas?

@hasanlussa
Copy link
Contributor

this is actually an upstream bug from unzip.
EvanOxfeld/node-unzip#89

the project itself seems abandoned, but there is someone who fix the bug. You can fork this project and change unzip dependency with unzip2
https://www.npmjs.com/package/unzip2

@gormat
Copy link

gormat commented Jan 19, 2016

I changed unzip with unzip2 and all works well.
https://github.com/gormat/node-excelJS-fixed-unzip

@guyonroche
Copy link
Collaborator

Now published (0.2.6) with unzip2

@asherklein
Copy link

Hi! I'm having this issue again, thanks

@nitsshukla
Copy link

nitsshukla commented Jan 29, 2023

same here, file was created by exceljs. But if i try to read it again without making any modification, it doesn't work.

Also, we seems to be still using unzipper!!

https://github.com/exceljs/exceljs/blob/master/package.json#L106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants