org.apache.poi.hssf.record.formula.eval
public final class FunctionEval extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static Function[] |
functions
Array elements corresponding to unimplemented functions are
null |
Constructor and Description |
---|
FunctionEval() |
Modifier and Type | Method and Description |
---|---|
static Function |
getBasicFunction(int functionIndex) |
protected static final Function[] functions
null
public static Function getBasicFunction(int functionIndex)
null
if the specified functionIndex is for INDIRECT() or any external (add-in) function.Copyright 2016 The Apache Software Foundation or its licensors, as applicable.