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

When setting a cell value to a DateTime object `sheet[current_row, 1] = DateTime.parse(date)`, the cell shows just a numerical value in LibreOffice. I could not find any documentation on how...

When there are several cells with a drop-down list and you write one with rspreadshet, all the cells with the drop-down list will be written. I created a test repository...

The libxml seems installed but still thowing this error. below are some configs. please advise. Thanks Gem Environment : RubyGems Environment: RUBYGEMS VERSION: 2.7.6 RUBY VERSION: 2.5.3 (2018-10-18 patchlevel 105)...

I have tried to use the gem under windows and althought libxml is not installed natively I get error C:/Users/jatesins/AppData/Ruby25-x64/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- libxml (LoadError) even after...

Hi, first of all, thanks for your work, I recently discovered this gem and it seems perfect for my needs. But.. I experiment some crash. Sometimes everything is fine, the...

## Steps to reproduce: 1. on macOS, create a new Ruby project with `rspreadsheet` as a dependency in the Gemfile. 2. run `gem dependency -R rspreadsheet` ## Expected: - `libxml-ruby`...

Seet the pull request #52 by @jglauche. If I understand it correctly some software (which one?) saves fows with the last item beeing something like this: ``. In the current...