AxDataSource | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.data_source.html
AxDataSource(
numRef = NULL,
numLit = NULL,
strRef = NULL,
strLit = NULL,
multiLvlStrRef = NULL,
...
)
numRef |
numRef |
numLit |
numLit |
strRef |
strRef |
strLit |
strLit |
multiLvlStrRef |
multiLvlStrRef |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
AxDataSource(numRef = NumRef())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.