xlsx2csv
A simple program that converts Microsoft XLSX workbook files into CSV files.
Now with multi-sheet export support.
Usage
Usage:
xlsx2csv [options] <xlsx-to-be-read>
-a Convert all sheets using the sheet name as the output file name (default == false)
-d string
Delimiter to use between fields (default == , (default ",")
-i int
Index of sheet to convert, zero based (default == 0
-l Used in conjunction with 'a'. If specified, all output file names will be lower cased and spaces replaced with _
-n string
Used in conjunction with 'a'. If specified, name to prefix each exported sheet with
-o string
filename to output to. -=stdout (default == STDOUT) (default "-")
-p string
path to output to. Current directory if not set
Releases
See Releases for pre-built binaries for your platform.
To release. Add a major,minor,patch tag to your PR labels.
Attribution
Forked from: https://github.com/tealeg/xlsx2csv