Skip to content

scpike/excel2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert an xls or xlsx file to csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages