Uses of Class
net.sf.jxls.formula.Formula

Packages that use Formula
net.sf.jxls.formula   
net.sf.jxls.parser   
net.sf.jxls.tag   
 

Uses of Formula in net.sf.jxls.formula
 

Methods in net.sf.jxls.formula with parameters of type 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
 java.lang.String CommonFormulaResolver.resolve(Formula sourceFormula, WorkbookCellFinder cellFinder)
          This implementation first checks are there any list ranges in the source formula.
 

Constructors in net.sf.jxls.formula with parameters of type Formula
Formula(Formula f)
           
FormulaPart(FormulaPart aFormulaPart, Formula parentFormula)
           
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)
           
 



Copyright © 2005-2013 jXLS Team. All Rights Reserved.