Namespace OfficeOpenXml.FormulaParsing.Excel.Functions
Classes
ArrayBehaviourConfig
This class should be used to configure how arrays/ranges are treated as parameters to functions that can return a dynamic array.
BuiltInFunctions
Built-in functions Epplus provides. As opposed to custom functions made by the user.
DoubleEnumerableParseOptions
Options for parsing function arguments to a list of doubles
ExcelFunction
Base class for Excel function implementations.
ExcelFunctionParametersInfo
Function parameters info
FunctionArgument
Represents a function argument passed to the Execute method of a ExcelFunction class. Execute(IList<FunctionArgument>, ParsingContext)
FunctionNameProvider
Function name provider
FunctionRepository
This class provides methods for accessing/modifying VBA Functions.
FunctionsModule
Base class
HiddenValuesHandlingFunction
Base class for functions that needs to handle cells that is not visible.
Interfaces
IFunctionModule
Function module
IFunctionNameProvider
Function name provider
Enums
ExcelFunctionArrayBehaviour
Used to indicate if a function can return an array of values.
FunctionParameterInformation
Information about an argument passed to a function used in the formula parser.
RoundingMethod
Rounding method