HF
Harald Fielker
March 4, 2009 08:23 AM UTC
Thinking about this problem i came to this conclusion:
There might be a bug in the expression parser of syncfusion. The string "x" should be looked up in the given range, evaluated. Then the result should be checked.
I don't think this will be an easy fix.
GM
Geetha M
Syncfusion Team
March 6, 2009 04:03 AM UTC
Hi Harald,
Thank you for the details.
I was able to see the problem if I set a different regional format other than English(en-US). From the code snippet, I understand that you are using a different culture. In order to make use of the formula, please set the separators for the workbook as shown below:
workbook.SetSeparators(';', ';');
Please try this and let me know if you have any questions.
Regards,
Geetha