19.14.6. Cell settings

This group of XLS-CSS attributes defines the cell properties.
xls-alignment
The alignment of the cell value. (See jxl.format.Alignment.)
xls-force-type
A string value determining the forced type of data in the cell. Valid values are general, number, text, date, formula, and bool. The type is automatically detected so there is rarely any use for this attribute.
xls-format-mask
The format mask of the cell. (See Section 19.6.2, “Format masks”.)
xls-indentation
A number value determining the indentation of the cell's contents.
xls-locked
Determines whether a cell is locked. Used with workbook level locked. Valid values are true or false.
xls-orientation
The orientation of the cell value. (See jxl.format.Orientation.)
xls-vertical-alignment
The vertical alignment of the cell value. (See jxl.format.VerticalAlignment.)
xls-shrink-to-fit
Determines whether cell values shrink to fit. Valid values are true and false.
xls-wrap
Determines whether the cell wraps new lines. Valid values are true and false.