Simple script for converting xlsx files to csv files commandline.
We provide compiled version of the program for Windows
Mac OS
and Linux
.
Usage:
./xlsx2csv_mac_64 [flags] <xlsx-to-be-read>
-d string
Delimiter to use between fields (default ";")
-i int
Index of sheet to convert, zero based
-o string
filename to output to. -=stdout (default "-")