You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
535 B
16 lines
535 B
Usage: xlsxtocsv [OPTIONS] <FILE>
|
|
|
|
Arguments:
|
|
<FILE> Path to the xlsx file
|
|
|
|
Options:
|
|
-s, --separator <SEPARATOR>
|
|
Separator [default: ;]
|
|
-r, --replacement <REPLACEMENT>
|
|
Replacement char to replace separator in textcells
|
|
-i, --include-hidden-lines
|
|
include hidden lines to output
|
|
-f, --fill-merged-cells <FILL_MERGED_CELLS>
|
|
If merged cells, fill horizontally, vertically, both, or none [default: none] [possible values: none, horizontal, vertical, both]
|
|
-h, --help
|
|
Print help |