fastpyxl.chartsheet.chartsheet module

class fastpyxl.chartsheet.chartsheet.Chartsheet(sheetPr=None, sheetViews=None, sheetProtection=None, customSheetViews=None, pageMargins=None, pageSetup=None, headerFooter=None, drawing=None, drawingHF=None, picture=None, webPublishItems=None, extLst=None, parent=None, title='', sheet_state='visible')[source]

Bases: _WorkbookChild, Serialisable

property HeaderFooter
add_chart(chart)[source]
customSheetViews: CustomChartsheetViews | None
drawing: Drawing | None
drawingHF: DrawingHF | None
extLst: ExtensionList | None
headerFooter: HeaderFooter | None
mime_type = 'application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml'
pageMargins: PageMargins | None
pageSetup: PrintPageSetup | None
picture: SheetBackgroundPicture | None
sheetPr: ChartsheetProperties | None
sheetProtection: ChartsheetProtection | None
sheetViews: ChartsheetViewList | None
tagname = 'chartsheet'
to_tree()[source]
webPublishItems: WebPublishItems | None
xml_order = ('sheetPr', 'sheetViews', 'sheetProtection', 'customSheetViews', 'pageMargins', 'pageSetup', 'headerFooter', 'drawing', 'drawingHF', 'picture', 'webPublishItems', 'extLst')