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.compiler |
Provides classes for compiling formulas from strings.
|
csheets.core.formula.util |
Provides utilities for performing operations on formulas.
|
csheets.ext |
Provides an extension mechanism for the application.
|
csheets.ext.test |
Provides support for test cases and test case parameters.
|
Modifier and Type | Method and Description |
---|---|
Formula |
CellImpl.getFormula() |
Formula |
Cell.getFormula()
Returns an expression representing the cell's formula.
|
Modifier and Type | Method and Description |
---|---|
Formula |
FormulaCompiler.compile(Cell cell,
String source)
Compiles a formula for the given cell from the given string.
|
Modifier and Type | Method and Description |
---|---|
Formula |
CircularReferenceException.getFormula()
Returns the formula in which the circularity exists.
|
Modifier and Type | Method and Description |
---|---|
void |
CircularReferenceFinder.check(Formula formula)
Checks if the given formula has any circular references.
|
Constructor and Description |
---|
CircularReferenceException(Formula formula)
Creates a new circular reference exception.
|
Modifier and Type | Method and Description |
---|---|
Formula |
CellExtension.getFormula() |
Modifier and Type | Class and Description |
---|---|
class |
TestCase
Contains the information for a single test case, i.e. a single test case
parameter for each of the precedents.
|