From 8d7cdbd8bdef565ff0c8e1be7530bf18f245bbb4 Mon Sep 17 00:00:00 2001 From: Georgi Mullassery Date: Mon, 15 Jun 2026 00:56:11 +0530 Subject: [PATCH] =?UTF-8?q?Add=20streamxl=20=E2=80=94=20Rust-powered=20str?= =?UTF-8?q?eaming=20XLSX=20reader=20for=20Python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bb6dc8..cc18522 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ High-performance data processing and serialization libraries. - [polars](https://github.com/pola-rs/polars) - DataFrame library with a Pandas-like API. - [pydantic-core](https://github.com/pydantic/pydantic-core) - Core validation logic for Pydantic v2. - [rustworkx](https://github.com/Qiskit/rustworkx) - High-performance Python graph library implemented in Rust. +- [streamxl](https://github.com/Mullassery/StreamXL) - Streaming XLSX reader for Python powered by a Rust engine (PyO3 + quick-xml). Reads large Excel files row-by-row without loading the full file into memory; 4–5× faster than openpyxl. By Georgi Mullassery. - [yaml-rs](https://github.com/lava-sh/yaml-rs) - High-performance YAML v1.2 parser. ## Development Tools