What is SimpleXLSX? A Lightweight PHP Excel Reader
SimpleXLSX is a single-file PHP class for reading .xlsx (Excel) files — no Composer, no PHPSpreadsheet dependency, fits use cases where you just need to extract rows. Walk through installation (drop the .php in lib/), the basic read API, common patterns (iterate rows, named-cell access), error handling, and when to prefer PhpSpreadsheet instead.