Interface ILexer
Namespace: OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly: EPPlus.dll
Syntax
public interface ILexer
Methods
Tokenize(String)
Declaration
IEnumerable<Token> Tokenize(string input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input |
Returns
Type | Description |
---|---|
System. |
Tokenize(String, String)
Declaration
IEnumerable<Token> Tokenize(string input, string worksheet)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | |
System. |
worksheet |
Returns
Type | Description |
---|---|
System. |