fastpyxl.chartsheet.views module

class fastpyxl.chartsheet.views.ChartsheetView(tabSelected=None, zoomScale=None, workbookViewId=0, zoomToFit=True, extLst=None)[source]

Bases: Serialisable

extLst: ExtensionList | None
tabSelected: bool | None
tagname = 'sheetView'
workbookViewId: int | None
xml_order = ()
zoomScale: int | None
zoomToFit: bool | None
class fastpyxl.chartsheet.views.ChartsheetViewList(sheetView=None, extLst=None)[source]

Bases: Serialisable

extLst: ExtensionList | None
sheetView: list[ChartsheetView]
tagname = 'sheetViews'
xml_order = ('sheetView', 'extLst')