Crates.io | csv2xlsx |
lib.rs | csv2xlsx |
version | 0.3.0 |
source | src |
created_at | 2022-05-23 10:06:34.375282 |
updated_at | 2022-07-12 10:15:58.135088 |
description | Convert CSV files to Excel (in XLSX format) |
homepage | https://github.com/jacobsvante/csv2xlsx |
repository | https://github.com/jacobsvante/csv2xlsx |
max_upload_size | |
id | 591701 |
size | 31,511 |
Convert CSV files to Excel (in XLSX format). Written in Rust for performance and safety.
Its main intended usage is through the provided CLI, but programmatic access should also work (which outputs in-memory Excel-data).
csv2xlsx -i ~/example.csv -o ~/example.xlsx
cat ~/example.csv | csv2xlsx --width-adjustment > ~/example.xlsx
csv2xlsx --help