CellStyle module
- class CellStyle.CellStyle
Bases:
CellStyleObjectRepresents a style for cells in an Excel worksheet.
This class extends CellStyleObject and provides properties and methods for defining and manipulating cell styles in Excel worksheets. It allows for accessing and modifying borders, fonts, and interior formatting, as well as cloning styles for reuse across multiple cells or worksheets.
- property Borders: BordersCollection
Returns a Borders collection that represents the borders of a style.
- property Font: ExcelFont
Returns a Font object that represents the font of the specified object.
- property Interior: ExcelInterior
Returns interior object for extended format.
