Skip to content

AxDataSource

Source code

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,
  ...
)

Arguments

numRef numRef
numLit numLit
strRef strRef
strLit strLit
multiLvlStrRef multiLvlStrRef
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

AxDataSource(numRef = NumRef())