powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.series.html
Series( 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) { Series(values = "sheetname!A1:E4") }
Run the code above in your browser using DataLab