SpreadJS Documentation
parse Method
A string formula.
The parser context setting.
Parses a string formula to the expression using the specified ParserContext.
Syntax
var instance = new GcSpread.Sheets.Calc.Parser(option);
var value; // Type: Expression
value = instance.parse(formula, context);
function parse( 
   formula : string,
   context : ParserContext
) : Expression;

Parameters

formula
A string formula.
context
The parser context setting.

Return Value

The expression for the parsed string formula.
See Also

Reference

Parser type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.