Uses of Class
org.apache.poi.ss.formula.ptg.FuncVarPtg
-
Packages that use FuncVarPtg Package Description org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of FuncVarPtg in org.apache.poi.ss.formula.ptg
Methods in org.apache.poi.ss.formula.ptg that return FuncVarPtg Modifier and Type Method Description FuncVarPtg
FuncVarPtg. copy()
static FuncVarPtg
FuncVarPtg. create(String pName, int numArgs)
Create a function ptg from a string tokenised by the parserstatic FuncVarPtg
FuncVarPtg. create(LittleEndianInput in)
Creates new function pointer from a byte array usually called while reading an excel file.
-