pull/3/head
Nicolas Sanchez 2 months ago
parent 6f2933c6f3
commit 4f5ecec4f9

@ -1,4 +1,4 @@
Usage: xlsxtocsv [OPTIONS] <FILE>
**Usage**: xlsxtocsv [OPTIONS] <FILE>
Arguments:
<FILE> Path to the xlsx file
@ -6,11 +6,15 @@ Arguments:
Options:
-s, --separator <SEPARATOR>
Separator [default: ;]
-r, --replacement <REPLACEMENT>
Replacement char to replace separator in textcells
-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

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save