pq2xl

Crates.iopq2xl
lib.rspq2xl
version0.0.1
created_at2025-02-19 11:58:25.281112+00
updated_at2025-02-19 11:58:25.281112+00
descriptionA simple command line tool for converting parquet files to xlsx or csv
homepage
repositoryhttps://github.com/felixgwilliams/pq2xl
max_upload_size
id1561260
size100,135
Felix Williams (felixgwilliams)

documentation

README

pq2xl

License:MIT

pq2xl is a simple command line tool for converting parquet files to xlsx or csv.

pq2xl data.parquet -o data.xlsx

See all options in CommandLineHelp.md.

Acknowledgements

This tool is a very simple interface, entirely powered by the following libraries:

  • polars an excellent library for manipulating tabular data. Used to read the input parquet files and convert data types not supported by xlsx.
  • polars_excel_writer a library for serialising polars data frames to xlsx files.

The command line interface is build with clap.

Commit count: 16

cargo fmt