| Crates.io | xl_to_csv |
| lib.rs | xl_to_csv |
| version | 0.1.2 |
| created_at | 2023-05-01 14:54:40.19873+00 |
| updated_at | 2023-07-07 06:16:50.109703+00 |
| description | Convert excel file to csv file |
| homepage | |
| repository | https://gitlab.com/andrew_ryan/xl_to_csv |
| max_upload_size | |
| id | 853450 |
| size | 21,019 |
cargo install xl_to_csv
Useage: xl_to_csv <excel_file_path> <csv_path?> <sheet_name?> => default csv_path is file_name.csv default sheet name is Sheet1
Example:
xl_to_csv demo.xlsx => convert defalut Sheet1 create demo.csv
xl_to_csv demo.xlsx info.csv=> convert defalut Sheet1 create info.csv