WebPublishItem {xlcharts} | R Documentation |
WebPublishItem
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chartsheet.publish.html
Usage
WebPublishItem(
id = NULL,
divId = NULL,
sourceType = NULL,
sourceRef = NULL,
sourceObject = NULL,
destinationFile = NULL,
title = NULL,
autoRepublish = NULL,
...
)
Arguments
id |
id |
divId |
divId |
sourceType |
sourceType |
sourceRef |
sourceRef |
sourceObject |
sourceObject |
destinationFile |
destinationFile |
title |
title |
autoRepublish |
autoRepublish |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
WebPublishItem(
id = 1L,
divId = "divId",
sourceType = "chart",
sourceRef = "sourceRef",
destinationFile = "destinationFile"
)
## End(Not run)
[Package xlcharts version 0.0.2 Index]