Namespace EasyXLS.Util

Class FormulaResult

System.Object
EasyXLS.Util.FormulaResult

public class FormulaResult extends System.Object
This class stores the result of a formula. The result of a formula has 3 properties extends - the result itself as a string object; - the data type of the result (one of the data types from DataType class); - the number format that must be applied on the result when result is set as a value for a cell (any number format Excel recognizes).