How to convert xslx to csv using Rust?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • calamine

    A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets

  • You could use calamine for reading. I'm sure there's also a package for writing to CSV.

  • rust-csv

    A CSV parser for Rust, with Serde support.

  • csv for writing to CSV

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • xlsx2csv.rs

    Excel (eg. .xlsx/.xls) to CSV/TSV Format Converter in Rust

  • I'll recommend xlsx2csv

  • qsv

    CSVs sliced, diced & analyzed.

  • https://github.com/jqnatividad/qsv is another option.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts