We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Formula parser

You formula parser cannot parse next unary expression "=+++1"

1 Reply

MW Melba Winshia Syncfusion Team August 7, 2006 11:31 AM UTC

Hi Tom,

Sorry for the delay in responding. XlsIO formula parser can parse next unary expression. Use the following code snippet to parse unary expression.

[C#]

// Unary expression.
sheet.Range["B1"].Formula="+++1";
sheet.Range["B2"].Formula="+-+1";

Here is a sample for your reference:

FormulaParser.zip


Please take a look at the sample above and let me know if you have any questions.

Regards,
Melba


Loader.
Live Chat Icon For mobile
Up arrow icon