Class FunctionMetadataRegistry


  • public final class FunctionMetadataRegistry
    extends Object
    Allows clients to get FunctionMetadata instances for any built-in function of Excel.
    • Method Detail

      • getFunctionByIndex

        public static FunctionMetadata getFunctionByIndex​(int index)
      • getCetabFunctionByIndex

        public static FunctionMetadata getCetabFunctionByIndex​(int index)
      • lookupIndexByName

        public static short lookupIndexByName​(String name)
        Resolves a built-in function index.
        Parameters:
        name - uppercase function name
        Returns:
        a negative value if the function name is not found. This typically occurs for external functions.