fastpyxl.styles.named_styles module
- class fastpyxl.styles.named_styles.NamedStyle(name='Normal', font=None, fill=None, border=None, alignment=None, number_format=None, protection=None, builtinId=None, hidden=False)[source]
Bases:
SerialisableNamed and editable styles
- builtinId: int | None
- name: str | None
- number_format: str | None
- protection: Protection | None
- tagname = 'namedStyle'
- xml_order = ('alignment', 'border', 'fill', 'font', 'number_format', 'protection')