Uses of Class
com.extentech.ExtenXLS.FormulaHandle

Packages that use FormulaHandle
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
com.extentech.ExtenXLS.web The ExtenXLS.web package contains ExtenXLS Spreadsheet classes enhanced with web and database persistence capabilities. 
 

Uses of FormulaHandle in com.extentech.ExtenXLS
 

Methods in com.extentech.ExtenXLS that return FormulaHandle
 FormulaHandle WorkSheetHandle.getFormula(java.lang.String addr)
          Returns a FormulaHandle for working with the ranges of a formula on a WorkSheet.
 FormulaHandle WorkSheet.getFormula(java.lang.String addr)
          Returns a FormulaHandle for working with the ranges of a formula on a WorkSheet.
 FormulaHandle CellHandle.getFormulaHandle()
          Returns the Formula Handle (an Object describing a Formula) for this Cell, if it contains a formula
 FormulaHandle WorkBookWritableParser.getFormulaHandle(java.lang.String celladdress)
           
 FormulaHandle WorkBookParser.getFormulaHandle(java.lang.String celladdress)
           
 FormulaHandle WorkBookHandle.getFormulaHandle(java.lang.String celladdress)
          Returns a Formula Handle
 

Methods in com.extentech.ExtenXLS with parameters of type FormulaHandle
static void FormulaHandle.moveCellRefs(FormulaHandle fmh, int[] offsets)
          Copy the formula references with offsets
 

Uses of FormulaHandle in com.extentech.ExtenXLS.web
 

Methods in com.extentech.ExtenXLS.web that return FormulaHandle
 FormulaHandle MemeWorkBook.getFormulaHandle(java.lang.String celladdress)
           
 



Copyright © 2011 Extentech Inc. All Rights Reserved.