Namespace OfficeOpenXml.FormulaParsing.Excel.Functions
Classes
ArgumentCollectionUtil
ArgumentParser
ArgumentParserFactory
ArgumentParsers
ArrayBehaviourConfig
This class should be used to configure how arrays/ranges are treated as parameters to functions that can return a dynamic array.
BoolArgumentParser
BuiltInFunctions
CollectionFlattener<T>
CompileResultValidator
CompileResultValidators
DecimalCompileResultValidator
DoubleArgumentParser
DoubleEnumerableArgConverter
ErrorHandlingFunction
Base class for functions that handles an error that occurs during the normal execution of the function. If an exception occurs during the Execute-call that exception will be caught by the compiler, then the HandleError-method will be called.
ExcelFunction
Base class for Excel function implementations.
ExcelFunctionParametersInfo
FunctionArgument
FunctionNameProvider
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.
IntArgumentParser
ObjectEnumerableArgConverter
Structs
ExcelDoubleCellValue
Interfaces
IFunctionModule
IFunctionNameProvider
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.