fastpyxl.styles.cell_style module
- class fastpyxl.styles.cell_style.CellStyle(numFmtId=0, fontId=0, fillId=0, borderId=0, xfId=None, quotePrefix=None, pivotButton=None, applyNumberFormat=None, applyFont=None, applyFill=None, applyBorder=None, applyAlignment=None, applyProtection=None, alignment=None, protection=None, extLst=None)[source]
Bases:
Serialisable- property applyAlignment
- property applyProtection
- borderId: int | None
- extLst: ExtensionList | None
- fillId: int | None
- fontId: int | None
- numFmtId: int | None
- pivotButton: bool | None
- protection: Protection | None
- quotePrefix: bool | None
- tagname = 'xf'
- xfId: int | None
- xml_order = ('alignment', 'protection')
- class fastpyxl.styles.cell_style.CellStyleList(count=None, xf=())[source]
Bases:
Serialisable- property count
- tagname = 'cellXfs'