Tag
memory
List The Worksheets In An Excel File In PHP Using PHPSpreadSheet
This article shows how to list the worksheets in an Excel file, and load only the one you want, with the latest version of PhpSpreadsheet using plain PHP.…
August 1, 2026 · PhpSpreadsheet
Read Large Excel Files In Chunks In PHP Using PHPSpreadSheet
This article shows how to read a large Excel file a few thousand rows at a time instead of all at once, using a read filter. Loading a…
July 22, 2026 · PhpSpreadsheet