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).
cat ~/example.csv | csv2xlsx
cat ~/example.csv | csv2xlsx --width-adjustment
csv2xlsx --help