pull/3/head
Nicolas Sanchez 2 months ago
parent 17ca28a6e1
commit dc341976cf

@ -0,0 +1 @@
,sanchezn,pc-sanchezn,08.10.2025 08:57,file:///home/sanchezn/.config/libreoffice/4;

@ -1 +0,0 @@
,sanchezn,pc-sanchezn,07.10.2025 21:58,file:///home/sanchezn/.config/libreoffice/4;

@ -72,7 +72,7 @@ pub fn xlsxtocsv(args: &Arguments) -> Result<(), Error> {
let mut empty_row = String::from(""); let mut empty_row = String::from("");
for _ in 1..num_cols { for _ in 1..num_cols {
empty_row += ";" empty_row.push(args.separator);
} }
// TODO get every hidden columns // TODO get every hidden columns

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save