Releases: codemix/yii2-excelexport
Releases · codemix/yii2-excelexport
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
ActiveExcelSheet
that 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::$modelInstance
to 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
beforeRender
andafterRender
events toExcelSheet
Release 2.4.0
- Add
startRow
andstartColumn
toExcelSheet
Release 2.3.1
- Fix wrong values for empty date/datetime columns
- Fix missing timezone conversion for date/datetime columns
Important: Due to the automatic conversion between DB and app time you may have to remove any timezone conversion code that you used with ActiveExcelSheet
.