csv2xlsx

Crates.iocsv2xlsx
lib.rscsv2xlsx
version0.3.0
sourcesrc
created_at2022-05-23 10:06:34.375282
updated_at2022-07-12 10:15:58.135088
descriptionConvert CSV files to Excel (in XLSX format)
homepagehttps://github.com/jacobsvante/csv2xlsx
repositoryhttps://github.com/jacobsvante/csv2xlsx
max_upload_size
id591701
size31,511
Jacob Magnusson (jacobsvante)

documentation

https://docs.rs/csv2xlsx/

README

csv2xlsx

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).

CLI usage

Simple convert with explicit filenames provided

csv2xlsx -i ~/example.csv -o ~/example.xlsx

With column widths adjusted to their contents

cat ~/example.csv | csv2xlsx --width-adjustment > ~/example.xlsx

CLI help for more info

csv2xlsx --help
Commit count: 16

cargo fmt