Interface ILexer
- Namespace
- OfficeOpenXml.FormulaParsing.LexicalAnalysis
- Assembly
- EPPlus.dll
Interface lexer
public interface ILexer
Methods
Tokenize(string)
Tokenize
IList<Token> Tokenize(string input)
Parameters
input
string
Returns
Tokenize(string, string)
Tokenize
IList<Token> Tokenize(string input, string worksheet)