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

adjust csv handling to new roo interface #10

Closed leifg closed 9 years ago

leifg commented 9 years ago

Due to changes in roo, the CSV handling can be simplified a lot.

This also fixes the lates travis build