openpyxl.chartsheet.views module
- class openpyxl.chartsheet.views.ChartsheetView(tabSelected=None, zoomScale=None, workbookViewId=0, zoomToFit=True, extLst=None)[source]
 Bases:
Serialisable- extLst
 Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
- tabSelected
 Values must be of type <class ‘bool’>
- tagname = 'sheetView'
 
- workbookViewId
 Values must be of type <class ‘int’>
- zoomScale
 Values must be of type <class ‘int’>
- zoomToFit
 Values must be of type <class ‘bool’>
- class openpyxl.chartsheet.views.ChartsheetViewList(sheetView=None, extLst=None)[source]
 Bases:
Serialisable- extLst
 Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
- sheetView
 A sequence (list or tuple) that may only contain objects of the declared type
- tagname = 'sheetViews'