SpreadJS Documentation
Parser Constructor
The options.
Represents a parser that is used for parsing a string formula to a CalcExpression and unparsing a CalcExpression to a string.
Syntax
var instance = new GcSpread.Sheets.Calc.Parser(option);
function Parser( 
   option : Object
) : Parser;

Parameters

option
The options.
See Also

Reference

Parser type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.