/** * @class Ext.exporter.excel.Xlsx * @extend Ext.exporter.Base * @alias exporter.excel07 * @alias exporter.xlsx * @alias exporter.excel * This exporter produces Microsoft Excel 2007 xlsx files for the supplied data. The standard [ISO/IEC 29500-1:2012][1] * was used for this implementation. * * [1]: http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=61750 */ /** * @cfg {Ext.exporter.file.excel.Style} defaultStyle * * Default style applied to all cells * @accessor */ /** * @cfg {Ext.exporter.file.excel.Style} titleStyle * * Default style applied to the title * @accessor */ /** * @cfg {Ext.exporter.file.excel.Style} groupHeaderStyle * * Default style applied to the group headers * @accessor */ /** * @cfg {Ext.exporter.file.excel.Style} groupFooterStyle * * Default style applied to the group footers * @accessor */ /** * @cfg {Ext.exporter.file.excel.Style} tableHeaderStyle * * Default style applied to the table headers * @accessor */