Uses of Interface
org.apache.poi.ss.formula.EvaluationName
-
Packages that use EvaluationName Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.formula.eval org.apache.poi.xssf.usermodel -
-
Uses of EvaluationName in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return EvaluationName Modifier and Type Method Description EvaluationName
HSSFEvaluationWorkbook. getName(java.lang.String name, int sheetIndex)
Lookup a named range by its name.EvaluationName
HSSFEvaluationWorkbook. getName(NamePtg namePtg)
-
Uses of EvaluationName in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return EvaluationName Modifier and Type Method Description EvaluationName
EvaluationWorkbook. getName(java.lang.String name, int sheetIndex)
EvaluationName
EvaluationWorkbook. getName(NamePtg namePtg)
EvaluationName
FormulaParsingWorkbook. getName(java.lang.String name, int sheetIndex)
named range name matching is case insensitive -
Uses of EvaluationName in org.apache.poi.ss.formula.eval
Methods in org.apache.poi.ss.formula.eval that return EvaluationName Modifier and Type Method Description EvaluationName
ExternalNameEval. getName()
Constructors in org.apache.poi.ss.formula.eval with parameters of type EvaluationName Constructor Description ExternalNameEval(EvaluationName name)
-
Uses of EvaluationName in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return EvaluationName Modifier and Type Method Description EvaluationName
BaseXSSFEvaluationWorkbook. getName(java.lang.String name, int sheetIndex)
Return EvaluationName wrapper around the matching XSSFName (named range)EvaluationName
BaseXSSFEvaluationWorkbook. getName(NamePtg namePtg)
-