Skip to content

Releases: codemix/yii2-excelexport

Release 2.8.2

18 Jan 15:28
Compare
Choose a tag to compare
  • Fix column index issue with ActiveExcelSheet

Release 2.8.1

18 Jan 14:29
133df7a
Compare
Choose a tag to compare
  • Fix column numbering issue after migration to PhpSpreadsheet

Release 2.8.0

05 Dec 09:18
d430c46
Compare
Choose a tag to compare

Release 2.7.2

03 Aug 07:14
872ef4a
Compare
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
Compare
Choose a tag to compare
  • Fix #21 Used $this in a static method

Release 2.7.0

14 Mar 11:04
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add beforeRender and afterRender events to ExcelSheet

Release 2.4.0

05 Dec 13:20
Compare
Choose a tag to compare
  • Add startRow and startColumn to ExcelSheet

Release 2.3.1

05 Dec 10:43
Compare
Choose a tag to compare
  • 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.