#parquet #csv #tabular #spreadsheet #command-line-tool

app pq2xl

A simple command line tool for converting parquet files to xlsx or csv

1 unstable release

new 0.0.1 Feb 19, 2025

#16 in #tabular

MIT license

27KB
546 lines

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.

Dependencies

~48–77MB
~1.5M SLoC