public final class FunctionEval extends Object
| Modifier and Type | Method and Description |
|---|---|
static Function |
getBasicFunction(int functionIndex) |
static Collection<String> |
getNotSupportedFunctionNames()
Returns an array of function names NOT implemented by POI.
|
static Collection<String> |
getSupportedFunctionNames()
Returns a collection of function names implemented by POI.
|
static void |
registerFunction(String name,
Function func)
Register a new function in runtime.
|
public static Function getBasicFunction(int functionIndex)
null if the specified functionIndex is for INDIRECT() or any external (add-in) function.public static void registerFunction(String name, Function func)
name - the function namefunc - the functoin to registerIllegalArgumentException - if the function is unknown or already registered.public static Collection<String> getSupportedFunctionNames()
public static Collection<String> getNotSupportedFunctionNames()
Copyright © 2010 - 2020 Adobe. All Rights Reserved