SpreadJS Documentation
Parser type
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;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.Parser

Constructors
 NameDescription
public ConstructorParser ConstructorRepresents a parser that is used for parsing a string formula to a CalcExpression and unparsing a CalcExpression to a string.  
Top
Methods
 NameDescription
public MethodparseParses a string formula to the expression using the specified ParserContext.  
public MethodunparseUnparses a CalcExpression to a string using the specified ParserContext.  
Top
See Also

Reference

GcSpread.Sheets.Calc Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.