SheetView
Description
Information about the visible portions of this sheet.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.views.html
Usage
SheetView(
windowProtection = NULL,
showFormulas = NULL,
showGridLines = NULL,
showRowColHeaders = NULL,
showZeros = NULL,
rightToLeft = NULL,
tabSelected = NULL,
showRuler = NULL,
showOutlineSymbols = NULL,
defaultGridColor = NULL,
showWhiteSpace = NULL,
view = NULL,
topLeftCell = NULL,
colorId = NULL,
zoomScale = NULL,
zoomScaleNormal = NULL,
zoomScaleSheetLayoutView = NULL,
zoomScalePageLayoutView = NULL,
zoomToFit = NULL,
workbookViewId = 0L,
selection = NULL,
pane = NULL,
...
)
Arguments
windowProtection
|
windowProtection |
showFormulas
|
showFormulas |
showGridLines
|
showGridLines |
showRowColHeaders
|
showRowColHeaders |
showZeros
|
showZeros |
rightToLeft
|
rightToLeft |
tabSelected
|
tabSelected |
showRuler
|
showRuler |
showOutlineSymbols
|
showOutlineSymbols |
defaultGridColor
|
defaultGridColor |
showWhiteSpace
|
showWhiteSpace |
view
|
view |
topLeftCell
|
topLeftCell |
colorId
|
colorId |
zoomScale
|
zoomScale |
zoomScaleNormal
|
zoomScaleNormal |
zoomScaleSheetLayoutView
|
zoomScaleSheetLayoutView |
zoomScalePageLayoutView
|
zoomScalePageLayoutView |
zoomToFit
|
zoomToFit |
workbookViewId
|
workbookViewId |
selection
|
selection |
pane
|
pane |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
SheetView()