mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
18 lines
461 B
ReStructuredText
18 lines
461 B
ReStructuredText
|
Working with styles
|
||
|
===================
|
||
|
|
||
|
Introduction
|
||
|
------------
|
||
|
|
||
|
Styles are used to change the look of your data while displayed on screen.
|
||
|
They are also used to determine the number format being used for a given cell
|
||
|
or range of cells.
|
||
|
|
||
|
Styles can be applied to the following aspects:
|
||
|
|
||
|
* font to set font size, color, underlining, etc.
|
||
|
* fill to set a pattern or color gradient
|
||
|
* border to set borders on a cell
|
||
|
* cell alignment
|
||
|
* protection
|