Uses of Interface
org.apache.poi.ss.formula.EvaluationName
-
Packages that use EvaluationName Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures 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 -
-
Uses of EvaluationName in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula that return EvaluationName Modifier and Type Method Description EvaluationName
EvalBook. getName(String name, int sheetIndex)
EvaluationName
EvalBook. getName(String name, String sheetName)
EvaluationName
EvalBook. getName(NamePtg namePtg)
EvaluationName
EvalBook. getName(NamePtg namePtg, int contextSheetIndex)
EvaluationName
ParsingBook. getName(String name, int externSheetIndex)
EvaluationName
ParsingBook. getName(String name, String sheetName)
EvaluationName
EvalBook. getOrCreateName(String name, int sheetIndex)
EvaluationName
ParsingBook. getOrCreateName(String name, int externSheetIndex)
-
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(String name, int sheetIndex)
Lookup a named range by its name.EvaluationName
HSSFEvaluationWorkbook. getName(String name, String sheetName)
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(String name, int sheetIndex)
EvaluationName
EvaluationWorkbook. getName(NamePtg namePtg)
EvaluationName
FormulaParsingWorkbook. getName(String name, int sheetIndex)
named range name matching is case insensitiveEvaluationName
FormulaParsingWorkbook. getName(String name, String sheetName)
named range name matching is case-insensitiveEvaluationName
OperationEvaluationContext. getName(String name, int contextSheetIndex)
-
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)
-