I need a way to determine whether a cell’s formula in Aspose.Cells is only a reference or if it is an actual formula performing a calculation.
Examples of formulas that should be treated as reference-only:
=A1
=Sheet1…...Substring(1); } // Check for common Excel function patterns (e.g., SUM(...you may check the result of Worksheet.CalculateFormula(string) where...