Learn R Programming

xlcharts (version 0.0.1)

Series: Series

Description

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

Usage

Series(
  values,
  xvalues = NULL,
  zvalues = NULL,
  title = NULL,
  title_from_data = FALSE,
  ...
)

Value

An openpyxl Python object.

Arguments

values

values

xvalues

xvalues

zvalues

zvalues

title

title

title_from_data

title_from_data

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Series(values = "sheetname!A1:E4")
}

Run the code above in your browser using DataLab