Posted 31 May 2019, 3:23 pm EST
Is there a way for me to get the message for why formulas fail. For example I was evaluating the following formula
GC.Spread.Sheets.CalcEngine.evaluateFormula(sheet, '=DATEDIF(E5, E4, "M")') and I get a response of ```{_error: “#NUM!”, _code: 36}
Is there a way for me to find out what the actual reason for the formula failure is such as in Google sheets the error message pops up that says "Function DATEDIF parameter 1 (6/17/2020) should be on or before Function DATEDIF parameter 2 (2/17/2020)."
The message does not need to be this verbose but is there some sort of string values the the returned code represents
