SeriesFactory
Description
Convenience Factory for creating chart data series.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.series_factory.html
Usage
SeriesFactory(
  values,
  xvalues = NULL,
  zvalues = NULL,
  title = NULL,
  title_from_data = FALSE,
  ...
)
Arguments
| values | values | 
| xvalues | xvalues | 
| zvalues | zvalues | 
| title | title | 
| title_from_data | title_from_data | 
| … | Additional arguments, i.e. kwargs. | 
Value
An openpyxl Python object.
Examples
library("xlcharts")
SeriesFactory(values = "sheetname!A1:E4")