Closed fruwe closed 5 years ago
Found the same error when running oddb2xml gem.
Resolved the problem via:
require 'rubyXL/convenience_methods/workbook'
Is is possible add a hint to this solution when this error occurs?
@ngiger it's in the README. And major version number has changed, so if you want to keep the old version with old behavior, you can use ~>
when including the gem.
However, in this particular case, cell_xfs
is indeed important for number_format
, so I fixed this particular issue.
After updating the gem to 3.4.0 today, I got this error upon running
RubyXL::Parser.parse('test.xlsx').worksheets[0][0][0].value
I also attach the excel file
test.xlsx
After downgrading to v3.3.0 it works as expected: