| Crates.io | pq2xl |
| lib.rs | pq2xl |
| version | 0.0.1 |
| created_at | 2025-02-19 11:58:25.281112+00 |
| updated_at | 2025-02-19 11:58:25.281112+00 |
| description | A simple command line tool for converting parquet files to xlsx or csv |
| homepage | |
| repository | https://github.com/felixgwilliams/pq2xl |
| max_upload_size | |
| id | 1561260 |
| size | 100,135 |
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.
This tool is a very simple interface, entirely powered by the following libraries:
The command line interface is build with clap.