**Usage**: xlsxtocsv [OPTIONS] Arguments: \ <FILE> Path to the xlsx file Options: \ -s, --separator \ Separator [default: ;] \ -r, --replace-separator-by \ Replace separator char in cells by \ -i, --include-hidden-lines \ include hidden lines to output \ -f, --fill-merged-cells \ If merged cells, fill horizontally, vertically, both, or none [default: none] [possible values: none, horizontal, vertical, both] \ -w, --worksheet \ Chosse worksheet [default: 0] \ -t, --trim \ Trim white spaces at end of cells [default: none] [possible values: end, start, both, none] \ -h, --help \ Print help