Chartsheet | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chartsheet.chartsheet.html
Chartsheet(
sheetPr = NULL,
sheetViews = NULL,
sheetProtection = NULL,
customSheetViews = NULL,
pageMargins = NULL,
pageSetup = NULL,
headerFooter = NULL,
drawing = NULL,
drawingHF = NULL,
picture = NULL,
webPublishItems = NULL,
extLst = NULL,
parent = NULL,
title = "",
sheet_state = "visible",
...
)
sheetPr |
sheetPr |
sheetViews |
sheetViews |
sheetProtection |
sheetProtection |
customSheetViews |
customSheetViews |
pageMargins |
pageMargins |
pageSetup |
pageSetup |
headerFooter |
headerFooter |
drawing |
drawing |
drawingHF |
drawingHF |
picture |
picture |
webPublishItems |
webPublishItems |
extLst |
extLst |
parent |
parent |
title |
title |
sheet_state |
sheet_state |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Chartsheet()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.