Version 1.3.9
Date: 19-Dec-2018
- (enh #288): Correct export column selection when
asDropdown
isfalse
. - (enh #276): Ability to configure explicit cell formats (header, footer, content, before, after).
Explicit cell formats must be one of thePhpOffice\PhpSpreadsheet\Cell\DataType::TYPE_
constants.
This can be set viacellFormat
settings at one or more of the following levels.Column::headerOptions['cellFormat']
withincolumns
array items.Column::contentOptions['cellFormat']
withincolumns
array items.Column::footerOptions['cellFormat']
withincolumns
array items.- The
cellFormat
setting for each array item withinExportMenu::contentBefore
- The
cellFormat
setting for each array item withinExportMenu::contentAfter
- (enh #162): Disable page summary validation and rendering for
yii2-export
.