Command line utility to convert xlsx file to csv
Heavily based off Caleb Dinsmore's command line utility matillion-columns.
Before you do anything, make sure you've followed this play.
brew install python2
pip install --user es-xlsx2csvOnce 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