The Column class. Encapsulates column-formatting
and width, and provides a means to iterate over all cells in a column.
Useful Attributes:
width: | The width in characters (in respect to the ‘0’ character of the
Worksheet‘s default Font). Float values are permitted, for Excel the available Precision is at 1/256 characters.
|
default_format: | The default Format for cells in this column
(applied if there is no explicit Cell Format and
no default Row format for the Cell).
|
hidden: | The Column is hidden.
|
collapsed: | The Column is collapsed.
|
outline_level: | Outline level of the column.
|