19.14.5. Column settings

This group of XLS-CSS attributes defines column properties.
xls-column-width
The width of a column. We recommend beginning with values of approximately 5000, and adjusting as required. Used by the e:column in XHTML mode.
xls-column-widths
The width of each column, respectively. We recommend beginning with values of approximately 5000, and adjusting as required. Used by the excel exporter, and placed in the datatable style attribute. Use numerical values, or * to bypass a column.
For example: style="xls-column-widths: 5000, 5000, *, 10000"
xls-column-autosize
Determines whether the column should be autosized. Valid values are true and false.
xls-column-hidden
Determines whether the column is hidden. Valid values are true and false.
xls-column-export
Determines whether the column is shown in export. Valid values are true and false. Defaults to true.