-
Notifications
You must be signed in to change notification settings - Fork 70
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
Does not parse all workbooks #18
Comments
Found the bug, around util.js:18. It is:
Should be:
|
lsborg
pushed a commit
to lsborg/excel-parser
that referenced
this issue
Aug 8, 2014
@lsborg send a PR please |
Thanks for the PR 👍 |
@detj / @leftshifters Any chance of getting the PR merged? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm parsing the worksheets in a loop and the second parse is giving the result of the first.
The code:
The output:
The workbook:
The text was updated successfully, but these errors were encountered: