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.6Version guide
What you will learn
- Match the guide to the package version installed in vendor/.
- Identify the current v2.0.6 mono release and APIs introduced in Core 2.0.3 through 2.0.5.
- Understand why a main-branch commit does not change an existing Composer tag.
Choose a version#
| Version | Status | Key documentation scope | Guide |
|---|---|---|---|
| 2.0.6 | Current | Current mono-library release and documentation target. | Open v2.0.6 |
| 2.0.5 | Maintenance | Structured row-count summary and all prior v2 fixes. | Open v2.0.5 |
| 2.0.4 | Maintenance | Developer-friendly global error rendering and nullable sheet helpers. | Open v2.0.4 |
| 2.0.3 | Maintenance | Active-sheet, sheet-existence, and empty-row utilities. | Open v2.0.3 |
| 2.0.0 | Initial v2 | Native XLS, modular packages, and the coordinated v2 architecture. | Open v2.0.0 |
Check what Composer installed#
composer show mnb/mnb-phpexcel
composer show mnb/mnb-phpexcel-core
composer show mnb/mnb-phpexcel-xlsxUse 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#
Was this guide useful?Use GitHub issues for corrections, missing examples, or unclear behavior.
Open an issue