powered by
Convenience Factory for creating chart data series.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.series_factory.html
SeriesFactory( values, xvalues = NULL, zvalues = NULL, title = NULL, title_from_data = FALSE, ... )
An openpyxl Python object.
values
xvalues
zvalues
title
title_from_data
Additional arguments, i.e. kwargs.
if (FALSE) { SeriesFactory(values = "sheetname!A1:E4") }
Run the code above in your browser using DataLab