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
Attempting to call parse on an xlsx spreadsheet with clean: true results in:
NoMethodError: undefined method `read_cells' for #<Roo::Excelx>
I'm encountering this on the latest revision of master, which Roo::VERSION claims to be 2.0.0, but which is actually un-tagged and un-released on RubyGems.
The text was updated successfully, but these errors were encountered:
reshleman
changed the title
NoMethodError: read_cells for Roo::Excelx when using parse with clean: true
NoMethodError: read_cells for Roo::Excelx when using parse with clean: true (XLSX)
Mar 11, 2015
For some reason, Roo::Excelx doesn't have read_cells method like Roo::CSV and Roo::OpenOffice.
All Roo::Base methods that reference the read_cells except for clean_sheet are overridden. This issue could be fixed by overriding clean_sheet method to Roo::Excelx.
Attempting to call
parse
on anxlsx
spreadsheet withclean: true
results in:I'm encountering this on the latest revision of
master
, whichRoo::VERSION
claims to be2.0.0
, but which is actually un-tagged and un-released on RubyGems.I've created a gist with reproduction steps and a backtrace, in case that's helpful.
https://gist.github.com/reshleman/effae77c02e48305917c
The text was updated successfully, but these errors were encountered: