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

Packages that use CellRef
net.sf.jxls.formula   
net.sf.jxls.tag   
net.sf.jxls.transformation   
 

Uses of CellRef in net.sf.jxls.formula
 

Methods in net.sf.jxls.formula with parameters of type CellRef
 void FormulaPart.replaceCellRef(CellRef cellRef, java.util.List rangeFormulaParts)
           
(package private)  void FormulaPart.replaceCellRefs(CellRef cellRef, java.util.List rangeFormulaParts)
           
 

Uses of CellRef in net.sf.jxls.tag
 

Methods in net.sf.jxls.tag with parameters of type CellRef
 boolean Block.contains(CellRef cellRef)
           
 

Uses of CellRef in net.sf.jxls.transformation
 

Methods in net.sf.jxls.transformation with parameters of type CellRef
abstract  java.util.List BlockTransformation.transformCell(java.lang.String sheetName, CellRef cellRef)
          Transforms given spreadsheet cell
 java.util.List DuplicateTransformation.transformCell(java.lang.String sheetName, CellRef cellRef)
           
 java.util.List RemoveTransformation.transformCell(java.lang.String sheetName, CellRef cellRef)
           
 java.util.List ShiftTransformation.transformCell(java.lang.String sheetName, CellRef cellRef)
           
 java.util.List DuplicateTransformationByColumns.transformCell(java.lang.String sheetName, CellRef cellRef)
           
 



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