Skip to content
Rahmad Afandi edited this page Jun 7, 2026 · 2 revisions

RustPy-XlsxWriter

High-performance Excel (.xlsx) and CSV/TSV generation for Python, powered by Rust via PyO3. Roughly 7–9× faster than XlsxWriter for Excel and ~5–6× faster than the stdlib csv for CSV.

from rustpy_xlsxwriter import FastExcel

FastExcel("out.xlsx").sheet("Sheet1", [{"name": "Alice", "age": 30}]).save()

Pages

Links

Clone this wiki locally