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…...common operators (arithmetic, comparison, concatenation, etc.) //...presence of any arithmetic/comparison operator generally means...