Quick start
Last updated
Two minimal walkthroughs that cover the most common use cases:
Create file — build a new XLSX from scratch.
Read file — open an existing XLSX and iterate its rows.
Both examples use the Vtiful\Kernel\Excel class. Read-side features require building the extension with --enable-reader (the default in PECL packages).
Last updated