Version 2.0.0 Documentation Notes
Review the initial coordinated v2 architecture with native XLS, independent format modules, the database-XLSX integration package, and PHP 8.1 support.
Updated
PHP 8.1+Initial v2
What you will learn
- Understand the coordinated v2 package graph.
- Use native XLS without PhpSpreadsheet.
- Choose the full or individual package API.
Initial v2 architecture#
| Area | v2.0.0 behavior |
|---|---|
| XLS | Native BIFF8/CFB implementation; no PhpSpreadsheet dependency. |
| XLSX | Native OOXML reading, writing, streaming, security, and compatibility tools. |
| Database | Format-neutral PDO package. |
| Database XLSX | Separate large XLSX-to-database integration package. |
| Full package | Unified MnbExcel facade over the coordinated modules. |
Was this guide useful?Use GitHub issues for corrections, missing examples, or unclear behavior.
Open an issue