openpyxl.chartsheet.views module¶
-
class
openpyxl.chartsheet.views.ChartsheetView(tabSelected=None, zoomScale=None, workbookViewId=0, zoomToFit=None, extLst=None)[源代码]¶ 基类:
openpyxl.descriptors.serialisable.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)[源代码]¶ 基类:
openpyxl.descriptors.serialisable.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'¶
-