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

NullPointerException StreamingSheetReader caused by drawing "row" #59

Closed
Jayo-IRE opened this issue Oct 19, 2016 · 1 comment
Closed

Comments

@Jayo-IRE
Copy link

I have found that if an xlsx file contains a drawing with element "row" this throws a null pointer (StreamingSheetReader.java:96) ( as drawing rows do not have a rowNumAttr

a correct row has the namespace http://schemas.openxmlformats.org/spreadsheetml/2006/main

a drawing row has the namespace http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing

@Jayo-IRE
Copy link
Author

this would be fixed by #58

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

1 participant