Package | Description |
---|---|
csheets.core |
Provides the core classes for the application's data model, i.e. workbooks,
spreadsheets, cells, addresses and values.
|
csheets.core.formula |
Provides classes for representing formulas.
|
csheets.core.formula.compiler |
Provides classes for compiling formulas from strings.
|
csheets.core.formula.lang |
Provides the operators, functions and references supported by the formula
language.
|
csheets.ext |
Provides an extension mechanism for the application.
|
Class and Description |
---|
FormulaCompilationException
An exception that is thrown during compilation.
|
Class and Description |
---|
IllegalFunctionCallException
An exception that is thrown if an function call with illegal argument count
or argument types is encountered during parsing.
|
Class and Description |
---|
ExpressionCompiler
A compiler that generates expressions from strings.
|
FormulaCompilationException
An exception that is thrown during compilation.
|
FormulaCompiler
A compiler that generates formulas from strings.
|
FormulaParserTokenTypes |
NumberSignFormulaParserTokenTypes |
Class and Description |
---|
FormulaCompilationException
An exception that is thrown during compilation.
|
Class and Description |
---|
FormulaCompilationException
An exception that is thrown during compilation.
|