-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Empty output #508
Comments
hi basma-emad when i run project,it has error
after i install fs, it still has this mistake |
try adding this line |
@basma-emad the file was not being parsed properly because of some unexpected namespaced xml tags. The relevant checks have been expanded. |
saarCiklum
pushed a commit
to Folcon/js-xlsx
that referenced
this issue
Aug 17, 2020
- basic support for parsing BIFF2-4 - basic support for writing BIFF2 - cleaned up some bad substr uses for IE6 compatibility - added flow type annotations for xlsx.flow.js - added numerous null guards (fixes SheetJS#255 h/t @martinheidegger) - README cleanup (fixes SheetJS#539 h/t @oliversalzburg) - pin jszip to local version (closes SheetJS#408 h/t @limouri) bower issues: | id | author | comment | |-----:|:------------------|:------------------------------------------| | SheetJS#254 | @kkirsche | fixes SheetJS#254 by removing version from json | | protobi#165 | @vincentcialdella | fixes protobi#165 by changing default script | | protobi#180 | @owencraig | fixes protobi#180 by using xlsx.core.min.js | format issues: | id | author | comment | |-----:|:------------------|:------------------------------------------| | SheetJS#271 | @morstaine | fixes SheetJS#271 by reworking related parse fns | | SheetJS#504 | @JanSchuermannPH | fixes SheetJS#504 detect FullPaths h/t @Mithgol | | SheetJS#508 | @basma-emad | fixes SheetJS#508 offending file used `x:` NS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
attached excel file is not parsed right, empty output was returned.
Zeinab shaker_CoverageList_20161103_02-37-34.xlsx
The text was updated successfully, but these errors were encountered: