fastpyxl.chartsheet.custom module

class fastpyxl.chartsheet.custom.CustomChartsheetView(guid=None, scale=None, state='visible', zoomToFit=None, pageMargins=None, pageSetup=None, headerFooter=None)[source]

Bases: Serialisable

guid: str | None
headerFooter: HeaderFooter | None
pageMargins: PageMargins | None
pageSetup: PrintPageSetup | None
scale: int | None
state: str | None
tagname = 'customSheetView'
xml_order = ('pageMargins', 'pageSetup', 'headerFooter')
zoomToFit: bool | None
class fastpyxl.chartsheet.custom.CustomChartsheetViews(customSheetView=None)[source]

Bases: Serialisable

customSheetView: list[CustomChartsheetView] | None
tagname = 'customSheetViews'
xml_order = ('customSheetView',)