Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 754 Bytes

File metadata and controls

26 lines (15 loc) · 754 Bytes

xlsx2csv

Command line utility to convert xlsx file to csv

Heavily based off Caleb Dinsmore's command line utility matillion-columns.

How to Run

Before you do anything, make sure you've followed this play.

Installation

brew install python2
pip install --user es-xlsx2csv

Run

Once you've followed these steps, you should be able to run the script, using (it may take a few seconds to run, depending on the size of the file):

es-xlsx2csv [OPTIONS] xlsx_file.xlsx

For more help info, run:

es-xlsx2csv -h