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.