Uses of Interface
org.apache.poi.ss.formula.EvaluationWorkbook

Packages that use EvaluationWorkbook
org.apache.poi.hssf.record.formula.functions   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. 
 

Uses of EvaluationWorkbook in org.apache.poi.hssf.record.formula.functions
 

Methods in org.apache.poi.hssf.record.formula.functions with parameters of type EvaluationWorkbook
 ValueEval Indirect.evaluate(Eval[] args, EvaluationWorkbook workbook, int srcCellSheet, int srcCellRow, int srcCellCol)
           
 ValueEval FreeRefFunction.evaluate(Eval[] args, EvaluationWorkbook workbook, int srcCellSheet, int srcCellRow, int srcCellCol)
           
 

Uses of EvaluationWorkbook in org.apache.poi.hssf.usermodel
 

Classes in org.apache.poi.hssf.usermodel that implement EvaluationWorkbook
 class HSSFEvaluationWorkbook
          Internal POI use only
 

Uses of EvaluationWorkbook in org.apache.poi.ss.formula
 

Constructors in org.apache.poi.ss.formula with parameters of type EvaluationWorkbook
WorkbookEvaluator(EvaluationWorkbook workbook)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.