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

Packages that use EvaluationName
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. 
org.apache.poi.xssf.usermodel   
 

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

Methods in org.apache.poi.hssf.usermodel that return EvaluationName
 EvaluationName HSSFEvaluationWorkbook.getName(NamePtg namePtg)
           
 EvaluationName HSSFEvaluationWorkbook.getName(java.lang.String name, int sheetIndex)
          Lookup a named range by its name.
 

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

Methods in org.apache.poi.ss.formula that return EvaluationName
 EvaluationName EvaluationWorkbook.getName(NamePtg namePtg)
           
 EvaluationName FormulaParsingWorkbook.getName(java.lang.String name, int sheetIndex)
          named range name matching is case insensitive
 EvaluationName EvaluationWorkbook.getName(java.lang.String name, int sheetIndex)
           
 

Uses of EvaluationName in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return EvaluationName
 EvaluationName XSSFEvaluationWorkbook.getName(NamePtg namePtg)
           
 EvaluationName XSSFEvaluationWorkbook.getName(java.lang.String name, int sheetIndex)
           
 



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