FAST EXCEL PHP
Log in

XLSX from the inside: why streaming writes solve almost everything

aVadim • 06.02.2026 •
XLSX isn’t an “Excel document” — it’s a ZIP archive of XML files. This article breaks down the internals of the format and explains why streaming writes are fundamentally more efficient than the object model when generating large Excel files in PHP.
#fast-excel-writer #fast-excel-reader
Read more →

Why I built the FastExcelPhp family — and who really needs it

aVadim • 06.02.2026 •
Generating Excel in PHP looks like a simple task — right up until the file grows to hundreds of thousands of rows and the script hits its memory limit or dies on a timeout. This is an article about the philosophy of FastExcelPhp and the problems this family of libraries solves.
#fast-excel-writer #fast-excel-reader #fast-excel-laravel #fast-excel-templator
Read more →

FastExcelWriter: breaking free from the PhpSpreadsheet curse

aVadim • 01.02.2026 •
Why do you need FastExcelWriter when the excellent PhpSpreadsheet already exists? Because it is simply better — faster, leaner and more concise.
#fast-excel-writer #fast-excel-reader #fast-excel-laravel
Read more →
« Previous Next »

Showing 11 to 13 of 13 results

1 2
© 2026 Fast Excel PHP