7.4.4 CellObject Objects

back_color
Specifies the background color of the cell. Valid value are any html hex string like '#eeefff' or legal html names for colors, like 'red', 'burlywood' and 'chartreuse'.

text_color
Specifies the text color of the cell. Valid values are the same like in back_color.

font_bold
Specifies if the text should be displayed bold. Valid values are True or False.

font_italic
Specifies if the text should be displayed italic. Valid values are True or False.

font_underline
Specifies if the text should be displayed underlined. Valid values are True or False.

font_size
Specifies the font size of the text. Valid values are either an absolute value of "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large"; or a relative value of "smaller" or "larger"; or an absolute font size, e.g. 12.

left_border
Specifies if a left border appears. Valid values are True or False.

right_border
Specifies if a right border appears. Valid values are True or False.

top_border
Specifies if a top border appears. Valid values are True or False.

bottom_border
Specifies if a bottom border appears. Valid values are True or False.