-
Notifications
You must be signed in to change notification settings - Fork 85
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 records array with node v0.12.0 #33
Comments
This works when running job via terminal "node index.js" spits out the content of xlsx file no problem. But when I run it in the app via a drag and drop the xlsx file array comes back empty and will not render anything in html page. Might be something in our script to read our file, but can't isolate any issue. |
I'm using Node v7.1.0 and I also get an empty array :( Running from 'node index.js' |
I verified that this isn't working with v7.1.0, so I will try and fix this over the weekend. As for node v.0.12.0, I don't have any plans for supporting any version less than the 6.x.x. |
FYI, I have tested it with node v6.10.2 and it does not work either. |
@carmilso me too |
Same problem node v6.10.3 |
Is this still an issue?
I ran this with node 6.10.2 and it works just fine. |
Thanks for the reports everybody. @mrbatista @jackmo2014 @carmilso @clickclickonsal @mtnoronha |
Trevor, I didnt know about that. I actually dicided to go for: But, not the prettiest syntax/usage though. |
I also am getting an empty array. My node.js version is v8.9.1. Checked on node.js version v6.10.3 and it gives an array of data. |
After upgrading node from 0.10.36 to 0.12.0,
the records array given to callback from parseXlsx is just an empty array.
The input xlsx file haven't been changed and
downgrading back to node v0.10.32 resolves the issue.
The text was updated successfully, but these errors were encountered: