Uses of Class
org.apache.poi.ss.formula.ptg.NameXPtg
-
Packages that use NameXPtg Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.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.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of NameXPtg in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type NameXPtg Modifier and Type Method Description Object[]ParsingBook. resolveNameXInfo(NameXPtg nameXPtg)StringEvalBook. resolveNameXText(NameXPtg n)StringParsingBook. resolveNameXText(NameXPtg nameXPtg) -
Uses of NameXPtg in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return NameXPtg Modifier and Type Method Description NameXPtgInternalWorkbook. getNameXPtg(String name, int sheetRefIndex, UDFFinder udf)NameXPtgInternalWorkbook. getNameXPtg(String name, UDFFinder udf) -
Uses of NameXPtg in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return NameXPtg Modifier and Type Method Description NameXPtgHSSFEvaluationWorkbook. getNameXPtg(String name, SheetIdentifier sheet)Return an external name (named range, function, user-defined function) PtgMethods in org.apache.poi.hssf.usermodel with parameters of type NameXPtg Modifier and Type Method Description StringHSSFEvaluationWorkbook. resolveNameXText(NameXPtg n) -
Uses of NameXPtg in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type NameXPtg Modifier and Type Method Description ValueEvalOperationEvaluationContext. getNameXEval(NameXPtg nameXPtg)StringEvaluationWorkbook. resolveNameXText(NameXPtg ptg)StringFormulaRenderingWorkbook. resolveNameXText(NameXPtg nameXPtg) -
Uses of NameXPtg in org.apache.poi.ss.formula.ptg
Methods in org.apache.poi.ss.formula.ptg that return NameXPtg Modifier and Type Method Description NameXPtgNameXPtg. copy()
-