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
library("xlcharts")
PivotSource(fmtId = 1L)