We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get an assertion error at this line:
https://github.com/felipenoris/XLSX.jl/blob/master/src/stream.jl#L147
when trying to run readxslx on this file. noutput_first_second_third.xlsx
Debugging shows me that the nodetype and nodename are actionally
debug> EzXML.nodetype(reader) READER_SIGNIFICANT_WHITESPACE debug> EzXML.nodename(reader) "#text"
I wasn't sure what to investigate next.
The text was updated successfully, but these errors were encountered:
Thanks! I'll take a look.
Sorry, something went wrong.
fix #117.
a3a0a51
The problem file had nodes with type READER_SIGNIFICANT_WHITESPACE between every node.
tests for issue #117
0b13cf5
Fixed by 0b13cf5
c5d4b70
76b64ec
felipenoris
Successfully merging a pull request may close this issue.
I get an assertion error at this line:
https://github.com/felipenoris/XLSX.jl/blob/master/src/stream.jl#L147
when trying to run readxslx on this file.
noutput_first_second_third.xlsx
Debugging shows me that the nodetype and nodename are actionally
I wasn't sure what to investigate next.
The text was updated successfully, but these errors were encountered: