MNB PHPExcelDeveloper Guide
Versions

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
Available sincev2.0.0Last API changev2.0.0Version guide
LevelAll levelsReading time8 minPackageAll v2 packages

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#

Areav2.0.0 behavior
XLSNative BIFF8/CFB implementation; no PhpSpreadsheet dependency.
XLSXNative OOXML reading, writing, streaming, security, and compatibility tools.
DatabaseFormat-neutral PDO package.
Database XLSXSeparate large XLSX-to-database integration package.
Full packageUnified MnbExcel facade over the coordinated modules.

Open package selection →