rspreadsheet icon indicating copy to clipboard operation
rspreadsheet copied to clipboard

Manipulating LibreOffice Calc (OpenDocument Spreadsheet) files from Ruby (read / create / modify).

Results 22 rspreadsheet issues
Sort by recently updated
recently updated
newest added

It would be great that calling workbook.worksheets without any argument will return an enumerator with all the worksheets. This is very common in ruby and the following code will work:...

I have a simple spreadsheet with a simple chart. I'm trying to copy the .ods file, add some data, and save. This yields the following error: ``` /home/aidan/.local/share/gem/ruby/3.0.0/gems/rspreadsheet-0.5.3/lib/rspreadsheet/workbook.rb:140:in `block (2...