Package | Description |
---|---|
org.zkoss.poi.ss.formula.ptg |
formula package contains binary PTG structures used in Formulas
|
Modifier and Type | Method and Description |
---|---|
static FuncVarPtg |
FuncVarPtg.create(LittleEndianInput in)
Creates new function pointer from a byte array
usually called while reading an excel file.
|
static FuncVarPtg |
FuncVarPtg.create(String pName,
int numArgs)
Create a function ptg from a string tokenised by the parser
|
Copyright © 2020. All rights reserved.