Uses of Interface
org.apache.poi.hssf.record.formula.eval.AreaEval

Packages that use AreaEval
org.apache.poi.hssf.record.formula.eval   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of AreaEval in org.apache.poi.hssf.record.formula.eval
 

Classes in org.apache.poi.hssf.record.formula.eval that implement AreaEval
 class Area2DEval
           
 class Area3DEval
           
 

Methods in org.apache.poi.hssf.record.formula.eval with parameters of type AreaEval
static ValueEval OperandResolver.chooseSingleElementFromArea(AreaEval ae, int srcCellRow, short srcCellCol)
          Implements (some perhaps not well known) Excel functionality to select a single cell from an area depending on the coordinates of the calling cell.
 

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

Methods in org.apache.poi.hssf.usermodel that return AreaEval
static AreaEval HSSFFormulaEvaluator.evaluateArea3dPtg(HSSFWorkbook workbook, Area3DPtg a3dp)
           
static AreaEval HSSFFormulaEvaluator.evaluateAreaPtg(HSSFSheet sheet, HSSFWorkbook workbook, AreaPtg ap)
           
 



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