Skip to content

ChartsheetView

Source code

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chartsheet.views.html

Usage

ChartsheetView(
  tabSelected = NULL,
  zoomScale = NULL,
  workbookViewId = 0L,
  zoomToFit = TRUE,
  extLst = NULL,
  ...
)

Arguments

tabSelected tabSelected
zoomScale zoomScale
workbookViewId workbookViewId
zoomToFit zoomToFit
extLst extLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

ChartsheetView()