| Package | Description |
|---|---|
| net.sf.jxls.formula | |
| net.sf.jxls.parser | |
| net.sf.jxls.tag |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
FormulaResolver.resolve(Formula sourceFormula,
WorkbookCellFinder cellFinder)
This method resolves original formula coded in XLS template file into the real Excel formula
|
java.lang.String |
CommonFormulaResolver.resolve(Formula sourceFormula,
WorkbookCellFinder cellFinder)
This implementation first checks are there any list ranges in the source formula.
|
| Constructor and Description |
|---|
Formula(Formula f) |
FormulaPart(FormulaPart aFormulaPart,
Formula parentFormula) |
FormulaPart(java.lang.String formulaPartString,
Formula parentFormula) |
| Modifier and Type | Method and Description |
|---|---|
Formula |
Cell.getFormula() |
Formula |
CellParser.parseCellFormula() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setFormula(Formula formula) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Block.contains(Formula formula) |
Copyright © 2005-2014 jXLS Team. All Rights Reserved.