MNB PHPExcelDeveloper Guide
Versions

Documentation Versions

Choose the documentation release that matches your installed Composer packages and review which APIs were added during the v2.0 maintenance line.

Updated

Version guideComposerv2.0 maintenance
Available sincev2.0.5Version guide
LevelAll levelsReading time7 minPackageAll MNB PHPExcel packages

What you will learn

  • Match the guide to the package version installed in vendor/.
  • Identify APIs that require Core 2.0.3, 2.0.4, or 2.0.5.
  • Understand why a main-branch commit does not change an existing Composer tag.

Choose a version#

VersionStatusKey documentation scopeGuide
2.0.5CurrentStructured row-count summary and all prior v2 fixes.Open v2.0.5
2.0.4MaintenanceDeveloper-friendly global error rendering and nullable sheet helpers.Open v2.0.4
2.0.3MaintenanceActive-sheet, sheet-existence, and empty-row utilities.Open v2.0.3
2.0.0Initial v2Native XLS, modular packages, and the coordinated v2 architecture.Open v2.0.0

Check what Composer installed#

Terminal
composer show mnb/mnb-phpexcel
composer show mnb/mnb-phpexcel-core
composer show mnb/mnb-phpexcel-xlsx

Use the version printed by Composer, not the latest commit visible on GitHub. Stable installations resolve Git tags and the references recorded in composer.lock.

Current-site policy#