You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nicolas Sanchez ed32ae77e0
ajout fichiers de test
8 months ago
.vscode fin de programme et génération exe windows 10 months ago
src ajout fichiers de test 8 months ago
.gitignore premier commit 10 months ago
Cargo.lock ajout de clap 10 months ago
Cargo.toml ajout de clap 10 months ago
MAQUETTES ANALYSES FINANCIERES VUE SYNTHETIQUE VERSION LONGUE.xlsx ajout des caractères de fin de ligne et des remplacements 9 months ago
README.md readme.md 10 months ago
a2033.csv ajout des caractères de fin de ligne et des remplacements 9 months ago
anafi.xlsx premier commit 10 months ago
anafi1.csv readme.md 10 months ago
f ajout des caractères de fin de ligne et des remplacements 9 months ago
noms.csv ajout du trim end 10 months ago
noms.xlsx ajout du trim end 10 months ago
onlyoffice_test.xlsx ajout fichiers de test 8 months ago
test_gloabl.xlsx ajout des caractères de fin de ligne et des remplacements 9 months ago
test_masque.csv ajout de la duplication du contenu étendué 10 months ago
test_masque.ods version 1 10 months ago
test_masque.xlsx version 1 10 months ago
test_merge_excel.xlsx premier commit 10 months ago
test_merge_oox.xlsx premier commit 10 months ago
xlsxtocsv.pdf ajout fichiers de test 8 months ago

README.md

Usage: xlsxtocsv [OPTIONS]

Arguments:
<FILE> Path to the xlsx file

Options:
-s, --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
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