pull/3/head
Nicolas Sanchez 2 months ago
parent 34e4e2b9fb
commit 4a4064db11

@ -3,18 +3,18 @@
Arguments: \
<FILE> Path to the xlsx file
Options:
-s, --separator <SEPARATOR>
Separator [default: ;]
-r, --replace-separator-by <REPLACE_SEPARATOR_BY>
Replace separator char in cells by
-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]
-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
Options: \
-s, --separator <SEPARATOR> \
Separator [default: ;] \
-r, --replace-separator-by <REPLACE_SEPARATOR_BY> \
Replace separator char in cells by \
-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] \
-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 \
Print help
Loading…
Cancel
Save