fastpyxl.styles.protection module

class fastpyxl.styles.protection.Protection(locked=True, hidden=False)[source]

Bases: Serialisable

Protection options for use in styles.

hidden: bool | None
locked: bool | None
tagname = 'protection'