Skip to content
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

NPE when retrieving missing r attrs for cell and row in sheetreader #87

Closed
rvdwenden opened this issue Apr 28, 2017 · 0 comments
Closed

Comments

@rvdwenden
Copy link
Contributor

There are xlsx files that have no r attribute for cells (and/or rows). These files are normally not generated by Excel or Libre Office, but by other software. And they can be opened by Excel or Libre Office in a normal way.
But the current version of the excel-streaming-reader cannot cope with these type of xlsx's:
it yields null for element.getAttributeByName(new QName("r")).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants