How can I get the formula from the parsed formula in FormulaTag.Formula?

Is there a function I can use to convert a parsed formula back to the formula? ex: bA1B1an2db to "=(A1+B1)/2" Thanks DG

1 Reply

AD Administrator Syncfusion Team November 17, 2004 03:07 PM UTC

No, there is no such method in our library. It is doable if you have the source code, but would take some effort. (There is no guarantee that the tokenized format will not change in the which is why the parsing methods in the engine are internal.)

Loader.
Up arrow icon