-
-
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
XLSX.read() not working. #106
Comments
Are you running node v0.10.31? There appears to be a non-fixable issue with this version, see #100. |
@ashu-daffodil this issue ultimately stems from an issue with nodejs 0.10.31:
The command-line utility
@notatestuser the aforementioned message is in the nodejs script and explicitly checks for the node version: https://github.com/SheetJS/js-xlsx/blob/master/bin/xlsx.njs#L38-L47 Is this something worth adding to the main script? |
Hi @SheetJSDev, yeah, I think so... at least to be shown as a warning message when the library is imported. |
Ya its v0.10.31. |
j now throws an error when `require`d in node v0.10.31. See: - #4 - SheetJS/sheetjs#100 - SheetJS/sheetjs#106 - nodejs/node-v0.x-archive#8208 - nodejs/node-v0.x-archive#8320
Hi
I'm using Cent Os 7 on linode server and getting "Segmentation fault ".
var xlsx = XLSX.read(file.data, {type: "binary"});
The text was updated successfully, but these errors were encountered: