openpyxl.chartsheet.custom module¶
-
class
openpyxl.chartsheet.custom.CustomChartsheetView(guid=None, scale=None, state='visible', zoomToFit=None, pageMargins=None, pageSetup=None, headerFooter=None)[源代码]¶ 基类:
openpyxl.descriptors.serialisable.Serialisable-
guid¶
Values must be of type <class ‘openpyxl.worksheet.header_footer.HeaderFooter’>
-
pageMargins¶ Values must be of type <class ‘openpyxl.worksheet.page.PageMargins’>
-
pageSetup¶ Values must be of type <class ‘openpyxl.worksheet.page.PrintPageSetup’>
-
scale¶ Values must be of type <class ‘int’>
-
state¶ Value must be one of {‘hidden’, ‘veryHidden’, ‘visible’}
-
tagname= 'customSheetView'¶
-
zoomToFit¶ Values must be of type <class ‘bool’>
-
-
class
openpyxl.chartsheet.custom.CustomChartsheetViews(customSheetView=None)[源代码]¶ 基类:
openpyxl.descriptors.serialisable.Serialisable-
customSheetView¶ A sequence (list or tuple) that may only contain objects of the declared type
-
tagname= 'customSheetViews'¶
-