0.03
No commit activity in last 3 years
No release in over 3 years
Simple command line interface to convert .xls or .xlsx files to .csv
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.10
 Project Readme

excel2csv

Very simple command line interface to the roo library, converts .xls or .xlsx files to .csv.

I have to do a lot of text parsing on spreadsheets. Opening them in excel and saving to csv is time consuming and Excel often munges accented characters. This utilty should convert Excel files to UTF-8 encoded CSV.

Installation

excel2csv uses the roo gem

gem install roo

Usage

Print the usage with:

excel2csv

Print the csv to std out

excel2csv file.xls

Write the csv to file

excel2csv file.xls out.csv