Regressn

Do you have sample code/API for using REGRESSN function in Aspose.cells?



Thank you

To set RGRESSN formula, please use Cell.SetAddInFormula method.

cell.SetAddInFormula("regressn.xla", "=REGRESSN(...)"); // regressn.xla is the addin file name. It may be other file name.