powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.trendline.html
Trendline( name = NULL, spPr = NULL, trendlineType = "linear", order = NULL, period = NULL, forward = NULL, backward = NULL, intercept = NULL, dispRSqr = NULL, dispEq = NULL, trendlineLbl = NULL, extLst = NULL, ... )
An openpyxl Python object.
name
spPr
trendlineType
order
period
forward
backward
intercept
dispRSqr
dispEq
trendlineLbl
extLst
Additional arguments, i.e. kwargs.
if (FALSE) { Trendline() }
Run the code above in your browser using DataLab