diff --git a/.~lock.test_masque.xlsx# b/.~lock.test_masque.xlsx# deleted file mode 100644 index 0fd3f8a..0000000 --- a/.~lock.test_masque.xlsx# +++ /dev/null @@ -1 +0,0 @@ -,sanchezn,pc-sanchezn,05.10.2025 16:13,file:///home/sanchezn/.config/libreoffice/4; \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..7802c8b --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Usage: xlsxtocsv [OPTIONS] + +Arguments: + Path to the xlsx file + +Options: + -s, --separator + Separator [default: ;] + -r, --replacement + Replacement char to replace separator in textcells + -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] + -h, --help + Print help \ No newline at end of file diff --git a/xlsxtocsv.zip b/xlsxtocsv.zip new file mode 100644 index 0000000..a4c4de5 Binary files /dev/null and b/xlsxtocsv.zip differ