Learn R Programming

xlcharts (version 0.0.1)

AxDataSource: AxDataSource

Description

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

Usage

AxDataSource(
  numRef = NULL,
  numLit = NULL,
  strRef = NULL,
  strLit = NULL,
  multiLvlStrRef = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

numRef

numRef

numLit

numLit

strRef

strRef

strLit

strLit

multiLvlStrRef

multiLvlStrRef

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
AxDataSource(numRef = NumRef())
}

Run the code above in your browser using DataLab