Back to browse
GitHub Repository

Blazing fast xlsx generator πŸš€

10 starsRust

Fast xlsx writer in Rust with Python bindings

by fl4resΒ·May 18, 2026Β·2 pointsΒ·0 comments

AI Analysis

●●SolidShip ItSolve My Problem

40x faster than openpyxl with zero-copy Arrow integration for DataFrame workflows.

Strengths
  • β€’Benchmarks show 5-40x speedup over established Python Excel libraries with real numbers.
  • β€’Zero-copy Arrow integration eliminates intermediate conversions for Polars and Pandas.
  • β€’Streaming XML generation keeps memory usage near zero even at million-row scale.
Weaknesses
  • β€’Rust-backed Python speedup is a known pattern β€” not architecturally novel.
  • β€’xlsxwriter and polars.write_excel already serve this category adequately.
Target Audience

Python developers working with data export and Excel generation

Similar To

xlsxwriter Β· openpyxl Β· polars.write_excel

Similar Projects

Developer Tools●●●Banger

BoltFFI a high performance Rust bindings generator

Zero-copy FFI approach cuts UniFFI overhead by 200–1000x; async maps to native patterns.

WizardryBig BrainZero to One
alihilal94
213mo ago