zenkay / simple-spreadsheet

Simple spreadsheet is a Ruby Gem reader for common spreadsheet formats: Excel (.xls, .xlsx), Open-office (.ods) and CSV (standard, excel, tab separated)
https://rubygems.org/gems/simple-spreadsheet
MIT License
98 stars 32 forks source link

Expose too excelx_value to get the raw value. #19

Closed schmidp closed 7 years ago

schmidp commented 7 years ago

For reference why this is needed:

https://github.com/roo-rb/roo/pull/240

zenkay commented 7 years ago

Thanks!