Uses of Class
org.apache.poi.ss.formula.ptg.NameXPxg
-
Packages that use NameXPxg Package Description org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.xssf.usermodel -
-
Uses of NameXPxg in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type NameXPxg Modifier and Type Method Description ValueEvalOperationEvaluationContext. getNameXEval(NameXPxg nameXPxg) -
Uses of NameXPxg in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return NameXPxg Modifier and Type Method Description NameXPxgBaseXSSFEvaluationWorkbook. getNameXPtg(java.lang.String name, SheetIdentifier sheet)Return an external name (named range, function, user-defined function) Pxg
-