Sha256: 58dbbf1b50b117b7a5523f4dc2240a7dfaaf3fd32295570fb5f6947e90055698
Contents?: true
Size: 694 Bytes
Versions: 2
Compression:
Stored size: 694 Bytes
Contents
# To CSV A tool to convert spreadsheet to csv format ## Support formats * xlsx: Excel 2007 - 2013 * xlsm: Excel 2007 - 2013 * xls: Excel 97, * ods: LibreOffice / OpenOffice.org * xml: Excel 2002 2003 XML **More see [roo-rb/roo](https://github.com/roo-rb/roo)** ## Installation ``` $ gem install tocsv ``` ## Usage Convert first sheet ``` $ tocsv mydata.xls > mydata.csv ``` Specifiy a sheet index ``` $ tocsv mydata.xls:1 > mydata_sheet1.csv ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/xiejiangzhi/tocsv. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tocsv-0.1.2 | README.md |
tocsv-0.1.1 | README.md |