public final class FunctionMetadataRegistry extends 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 short |
FUNCTION_INDEX_SUMPRODUCT |
static String |
FUNCTION_NAME_IF
The name of the IF function (i.e.
|
Modifier and Type | Method and Description |
---|---|
static FunctionMetadata |
getFunctionByIndex(int index) |
static FunctionMetadata |
getFunctionByName(String name) |
static short |
lookupIndexByName(String name)
Resolves a built-in function index.
|
public static final 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 final short FUNCTION_INDEX_SUMPRODUCT
public static FunctionMetadata getFunctionByIndex(int index)
public static short lookupIndexByName(String name)
name
- uppercase function namepublic static FunctionMetadata getFunctionByName(String name)
Copyright © 2020. All rights reserved.