-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fails parsing row with spreadsheetDrawing #22
Comments
I can look into this on Tuesday |
Just looking into this now, sorry for the delay. I am thinking there are other special cases other than spreadsheetDrawing that produce rows with no cells. I'll put that to @mrjono1 to decided if this is the right approach to take. Meanwhile if that is what you need, you can find it in my branch: Let me know how test goes. |
Tries to parse the row number for an image http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
This causes an exception when trying to get rows.
Would recommend filtering out spreadsheetDrawing rows. Unless these are to be parsed.
The text was updated successfully, but these errors were encountered: