Thanks for the gem. I'm trying to open a Microsoft Excel 97-2004 Worksheet with:
book = Roo::Spreadsheet.open 'AusTender-Contract-Notice-Export_20150613_183324.xls', extension: :xls
and getting the error Ole::Storage::FormatError: OLE2 signature is invalid.
I'm not confident I'm using this correctly, a simple example of opening a file would make a very useful addition to the readme. Anything would be better than nothing ;)
Thanks again
Thanks for the gem. I'm trying to open a Microsoft Excel 97-2004 Worksheet with:
and getting the error
Ole::Storage::FormatError: OLE2 signature is invalid.I'm not confident I'm using this correctly, a simple example of opening a file would make a very useful addition to the readme. Anything would be better than nothing ;)
Thanks again