Releases: codemix/yii2-excelexport
Releases · codemix/yii2-excelexport
Release 2.8.4
Upgrade to phpspreadsheet V5.4.0 (Should fix compatibility with PHP 8.5)
Release 2.8.3
- Upgrade phpspreadsheet to V1.30.2
Release 2.8.2
- Fix column index issue with ActiveExcelSheet
Release 2.8.1
- Fix column numbering issue after migration to PhpSpreadsheet
Release 2.8.0
Release 2.7.2
- Issue #26 Could not use attributes in
ActiveExcelSheetthat were defined via getter or as public property
Release 2.7.1
- Fix #21 Used $this in a static method
Release 2.7.0
- Implement
ActiveExcelSheet::$modelInstanceto make the instance used for attribute types and titles configurable
Release 2.6.0
- Issue #18 Make extension compatible with PHP 7.2.x and Yii 2.0.13.
IMPORTANT: This release requires Yii >= 2.0.13. So if you run an older version of the framework you should rather use a 2.5.x version of this library.
Release 2.5.0
- Add
beforeRenderandafterRenderevents toExcelSheet