ajout fichiers de test

main
Nicolas Sanchez 6 days ago
parent c58873dd63
commit ed32ae77e0

Binary file not shown.

@ -1,16 +1,14 @@
pub mod error;
pub mod arguments;
pub mod error;
pub mod xlsxtocsv;
use clap::Parser;
use arguments::Arguments;
use clap::Parser;
use xlsxtocsv::xlsxtocsv;
fn main() {
let args = Arguments::parse();
if let Err(error) = xlsxtocsv(&args) {
eprintln!("{}", error);
}
}
}

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save