|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Formula | |
|---|---|
| net.sf.jxls.formula | |
| net.sf.jxls.parser | |
| net.sf.jxls.tag | |
| net.sf.jxls.util | |
| Uses of Formula in net.sf.jxls.formula |
|---|
| Fields in net.sf.jxls.formula declared as Formula | |
|---|---|
(package private) Formula |
FormulaPart.parentFormula
|
| Methods in net.sf.jxls.formula with parameters of type Formula | |
|---|---|
(package private) java.lang.String |
BaseFormulaResolver.replaceListRanges(Formula formula)
Method to replace coded list ranges (like @department.staff.payment@) with excel range string like B10:B20 |
(package private) java.lang.String |
CommonFormulaResolver.replaceTransformedCells(Formula sourceFormula,
WorkbookCellFinder cellFinder)
This implementation finds all transformation result cells corresponding to the original cells in source formula and replaces original cells with result cells. |
java.lang.String |
CommonFormulaResolver.resolve(Formula sourceFormula,
WorkbookCellFinder cellFinder)
This implementation first checks are there any list ranges in the source formula. |
java.lang.String |
FormulaResolver.resolve(Formula sourceFormula,
WorkbookCellFinder cellFinder)
This method resolves original formula coded in XLS template file into the real Excel formula |
| Constructors in net.sf.jxls.formula with parameters of type Formula | |
|---|---|
Formula(Formula f)
|
|
FormulaPart(java.lang.String formulaPartString,
Formula parentFormula)
|
|
| Uses of Formula in net.sf.jxls.parser |
|---|
| Methods in net.sf.jxls.parser that return Formula | |
|---|---|
Formula |
Cell.getFormula()
|
Formula |
CellParser.parseCellFormula()
|
| Methods in net.sf.jxls.parser with parameters of type Formula | |
|---|---|
void |
Cell.setFormula(Formula formula)
|
| Uses of Formula in net.sf.jxls.tag |
|---|
| Methods in net.sf.jxls.tag with parameters of type Formula | |
|---|---|
boolean |
Block.contains(Formula formula)
|
| Uses of Formula in net.sf.jxls.util |
|---|
| Methods in net.sf.jxls.util with parameters of type Formula | |
|---|---|
(package private) static boolean |
FormulaUtil.formulaExists(java.util.List formulas,
Formula formula)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||