Uses of Interface
net.sf.jxls.controller.WorkbookCellFinder

Packages that use WorkbookCellFinder
net.sf.jxls.controller   
net.sf.jxls.formula   
 

Uses of WorkbookCellFinder in net.sf.jxls.controller
 

Classes in net.sf.jxls.controller that implement WorkbookCellFinder
 class WorkbookCellFinderImpl
          Simple implementation of WorkbookCellFinder based on SheetCellFinder mapping to corresponding worksheets
 

Uses of WorkbookCellFinder in net.sf.jxls.formula
 

Methods in net.sf.jxls.formula with parameters of type WorkbookCellFinder
(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
 



Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.