From 036500dabb973b4fd155c2b48d331c5c582b4474 Mon Sep 17 00:00:00 2001 From: Georgi Mullassery Date: Mon, 15 Jun 2026 01:02:12 +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 dfcb3ffbd7..18df16937b 100644 --- a/README.md +++ b/README.md @@ -915,6 +915,7 @@ _Libraries for parsing and manipulating specific text formats._ - MS Office - [docxtpl](https://github.com/elapouya/python-docx-template) - Editing a docx document by jinja2 template - [openpyxl](https://openpyxl.readthedocs.io/en/stable/) - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files. + - [streamxl](https://github.com/Mullassery/StreamXL) - High-performance streaming XLSX reader powered by a Rust engine (PyO3). Reads large Excel files row-by-row without loading into memory; 4-5x faster than openpyxl. - [pyexcel](https://github.com/pyexcel/pyexcel) - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files. - [python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files. - [python-pptx](https://github.com/scanny/python-pptx) - Python library for creating and updating PowerPoint (.pptx) files.