Aspose.Excel Can It Read In The Formula Value (to string)

Aspose.Excel.Help,

Given the following Sample is it possible to get the Value of a Formula

A1 = Integer Value of 1
A2 = Integer Value of 2
A3 is a FORMULA of “=A1+A2” which has a derived value of 3

I basically want read in the value.

The value I want is actually the string value of "3"

Can this be done …???

…If it can be done please can you provide me with a snippet of code or point me in the right direction.

Many Thanks In Advance…

Regards

Mark Dicken
(Currently Working In Saudi Arabia)

Hi Mark,

Have you tried Cell.IntValue.ToString()?