openpyxl.chartsheet.custom module
- class openpyxl.chartsheet.custom.CustomChartsheetView(guid=None, scale=None, state='visible', zoomToFit=None, pageMargins=None, pageSetup=None, headerFooter=None)[source]
 Bases:
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 {‘visible’, ‘hidden’, ‘veryHidden’}
- tagname = 'customSheetView'
 
- zoomToFit
 Values must be of type <class ‘bool’>
- class openpyxl.chartsheet.custom.CustomChartsheetViews(customSheetView=None)[source]
 Bases:
Serialisable- customSheetView
 A sequence (list or tuple) that may only contain objects of the declared type
- tagname = 'customSheetViews'