You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An .xlsx file with a single worksheet causes a crash with error message
undefined method `xpath' for nil:NilClass in [GEM_ROOT]/gems/roo-1.10.1/lib/roo/excelx.rb on line 459
The file is created by Numbers 3.1. I tracked down the issue to the way Excelx parses worksheet filenames - this is the quick fix I've come up with: janis-grigaluns@32eab32 .
Numbers 3.1 can export .xlsx files, but the feature has some
incensistencies and bugs.
This commit fixes an inconsistency where the first sheet doesn't have
have an index in the XML filename ("sheet.xml"), whereas such sheet
would be named "sheet1.xml" by Excel.
This fix is inspired by a solution provided in roo-rb#110.
An .xlsx file with a single worksheet causes a crash with error message
The file is created by Numbers 3.1. I tracked down the issue to the way Excelx parses worksheet filenames - this is the quick fix I've come up with: janis-grigaluns@32eab32 .
Example .xlsx file.
The text was updated successfully, but these errors were encountered: