Version 1.3.9
Date: 19-Dec-2018
- (enh #288): Correct export column selection when
asDropdownisfalse. - (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 viacellFormatsettings at one or more of the following levels.Column::headerOptions['cellFormat']withincolumnsarray items.Column::contentOptions['cellFormat']withincolumnsarray items.Column::footerOptions['cellFormat']withincolumnsarray items.- The
cellFormatsetting for each array item withinExportMenu::contentBefore - The
cellFormatsetting for each array item withinExportMenu::contentAfter
- (enh #162): Disable page summary validation and rendering for
yii2-export.