|
|
|
@ -1,4 +1,4 @@
|
|
|
|
Usage: xlsxtocsv [OPTIONS] <FILE>
|
|
|
|
**Usage**: xlsxtocsv [OPTIONS] <FILE>
|
|
|
|
|
|
|
|
|
|
|
|
Arguments:
|
|
|
|
Arguments:
|
|
|
|
<FILE> Path to the xlsx file
|
|
|
|
<FILE> Path to the xlsx file
|
|
|
|
@ -6,11 +6,15 @@ Arguments:
|
|
|
|
Options:
|
|
|
|
Options:
|
|
|
|
-s, --separator <SEPARATOR>
|
|
|
|
-s, --separator <SEPARATOR>
|
|
|
|
Separator [default: ;]
|
|
|
|
Separator [default: ;]
|
|
|
|
-r, --replacement <REPLACEMENT>
|
|
|
|
-r, --replace-separator-by <REPLACE_SEPARATOR_BY>
|
|
|
|
Replacement char to replace separator in textcells
|
|
|
|
Replace separator char in cells by
|
|
|
|
-i, --include-hidden-lines
|
|
|
|
-i, --include-hidden-lines
|
|
|
|
include hidden lines to output
|
|
|
|
include hidden lines to output
|
|
|
|
-f, --fill-merged-cells <FILL_MERGED_CELLS>
|
|
|
|
-f, --fill-merged-cells <FILL_MERGED_CELLS>
|
|
|
|
If merged cells, fill horizontally, vertically, both, or none [default: none] [possible values: none, horizontal, vertical, both]
|
|
|
|
If merged cells, fill horizontally, vertically, both, or none [default: none] [possible values: none, horizontal, vertical, both]
|
|
|
|
|
|
|
|
-w, --worksheet <WORKSHEET>
|
|
|
|
|
|
|
|
Chosse worksheet [default: 0]
|
|
|
|
|
|
|
|
-t, --trim <TRIM>
|
|
|
|
|
|
|
|
Trim white spaces at end of cells [default: none] [possible values: end, start, both, none]
|
|
|
|
-h, --help
|
|
|
|
-h, --help
|
|
|
|
Print help
|
|
|
|
Print help
|