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

Packages that use Formula
net.sf.jett.model Provides value objects for JETT processing and enumerated objects for things like style values. 
net.sf.jett.transform Provides the classes and API necessary to transform pre-existing Excel template spreadsheets (.xls and .xlsx are supported) into new spreadsheets that are fully populated with user data. 
net.sf.jett.util Provides utility functionality for JETT. 
 

Uses of Formula in net.sf.jett.model
 

Methods in net.sf.jett.model that return types with arguments of type Formula
 java.util.Map<java.lang.String,Formula> WorkbookContext.getFormulaMap()
          Returns the formula map, a Map of formula keys to Formulas, with the keys of the format "sheetName!formula".
 

Method parameters in net.sf.jett.model with type arguments of type Formula
 void WorkbookContext.setFormulaMap(java.util.Map<java.lang.String,Formula> formulaMap)
          Sets the formula map, a Map of formula keys to Formulas, with the keys of the format "sheetName!formula".
 

Uses of Formula in net.sf.jett.transform
 

Method parameters in net.sf.jett.transform with type arguments of type Formula
 void SheetTransformer.gatherFormulas(org.apache.poi.ss.usermodel.Sheet sheet, java.util.Map<java.lang.String,Formula> formulaMap)
          Searches for all Formulas contained on the given Sheet.
 

Uses of Formula in net.sf.jett.util
 

Methods in net.sf.jett.util with parameters of type Formula
static java.lang.String FormulaUtil.createExcelFormulaString(java.lang.String formulaText, Formula formula, java.lang.String sheetName, WorkbookContext context)
          Replaces cell references in the given formula text with the translated cell references, and returns the formula string.
 

Method parameters in net.sf.jett.util with type arguments of type Formula
static java.util.Map<java.lang.String,java.util.List<CellRef>> FormulaUtil.createCellRefMap(java.util.Map<java.lang.String,Formula> formulaMap)
          Finds unique cell references in all Formulas in the given formula map.
 



Copyright © 2012-2013 Jett Team. All Rights Reserved.