Project

tocsv

0.0
No commit activity in last 3 years
No release in over 3 years
A tool to convert xls, xlsx, ect to csv
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 3.0

Runtime

~> 2.0
~> 1.2.0
 Project Readme

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

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.