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- customSheetViews: CustomChartsheetViews | None
- extLst: ExtensionList | 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'
- webPublishItems: WebPublishItems | None
- xml_order = ('sheetPr', 'sheetViews', 'sheetProtection', 'customSheetViews', 'pageMargins', 'pageSetup', 'headerFooter', 'drawing', 'drawingHF', 'picture', 'webPublishItems', 'extLst')