Skip to content

Releases: codemix/yii2-excelexport

Release 2.8.4

11 Jan 09:38

Choose a tag to compare

Upgrade to phpspreadsheet V5.4.0 (Should fix compatibility with PHP 8.5)

Release 2.8.3

11 Jan 09:07

Choose a tag to compare

  • Upgrade phpspreadsheet to V1.30.2

Release 2.8.2

18 Jan 15:28

Choose a tag to compare

  • Fix column index issue with ActiveExcelSheet

Release 2.8.1

18 Jan 14:29
133df7a

Choose a tag to compare

  • Fix column numbering issue after migration to PhpSpreadsheet

Release 2.8.0

05 Dec 09:18
d430c46

Choose a tag to compare

Release 2.7.2

03 Aug 07:14
872ef4a

Choose a tag to compare

  • Issue #26 Could not use attributes in ActiveExcelSheet that were defined via getter or as public property

Release 2.7.1

01 Apr 09:58
cc63820

Choose a tag to compare

  • Fix #21 Used $this in a static method

Release 2.7.0

14 Mar 11:04

Choose a tag to compare

  • Implement ActiveExcelSheet::$modelInstance to make the instance used for attribute types and titles configurable

Release 2.6.0

30 Jan 07:23

Choose a tag to compare

  • 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

05 Dec 13:54

Choose a tag to compare

  • Add beforeRender and afterRender events to ExcelSheet