Learn R Programming

xlcharts (version 0.0.1)

PivotSource: PivotSource

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.pivot.html

Usage

PivotSource(name = NULL, fmtId = NULL, extLst = NULL, ...)

Value

An openpyxl Python object.

Arguments

name

name

fmtId

fmtId

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
PivotSource(fmtId = 1L)
}

Run the code above in your browser using DataLab