PivotSource {xlcharts} | R Documentation |
PivotSource
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.pivot.html
Usage
PivotSource(name = NULL, fmtId = NULL, extLst = NULL, ...)
Arguments
name |
name |
fmtId |
fmtId |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
PivotSource(fmtId = 1L)
## End(Not run)
[Package xlcharts version 0.0.2 Index]