public final class FunctionMetadataRegistry
extends java.lang.Object
FunctionMetadata
instances for any built-in function of Excel.Modifier and Type | Field and Description |
---|---|
static int |
FUNCTION_INDEX_CHOOSE |
static short |
FUNCTION_INDEX_EXTERNAL |
static int |
FUNCTION_INDEX_IF |
static short |
FUNCTION_INDEX_INDIRECT |
static short |
FUNCTION_INDEX_SUM |
static java.lang.String |
FUNCTION_NAME_IF
The name of the IF function (i.e.
|
Modifier and Type | Method and Description |
---|---|
static FunctionMetadata |
getCetabFunctionByIndex(int index) |
static FunctionMetadata |
getFunctionByIndex(int index) |
static FunctionMetadata |
getFunctionByName(java.lang.String name) |
static short |
lookupIndexByName(java.lang.String name)
Resolves a built-in function index.
|
public static final java.lang.String FUNCTION_NAME_IF
public static final int FUNCTION_INDEX_IF
public static final short FUNCTION_INDEX_SUM
public static final int FUNCTION_INDEX_CHOOSE
public static final short FUNCTION_INDEX_INDIRECT
public static final short FUNCTION_INDEX_EXTERNAL
public static FunctionMetadata getFunctionByIndex(int index)
public static FunctionMetadata getCetabFunctionByIndex(int index)
public static short lookupIndexByName(java.lang.String name)
name
- uppercase function namepublic static FunctionMetadata getFunctionByName(java.lang.String name)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.