Class FunctionsModule
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions
- Assembly
- EPPlus.dll
Base class
public abstract class FunctionsModule : IFunctionModule
- Inheritance
-
FunctionsModule
- Implements
- Derived
- Inherited Members
Constructors
FunctionsModule()
protected FunctionsModule()
Properties
CustomCompilers
Gets a dictionary of custom function compilers. A function compiler is not necessary for a custom function, unless the default expression evaluation is not sufficient for the implementation of the custom function. When a FunctionCompiler instance is created, it should be given a reference to the same function instance that exists in the Functions collection of this module.
public IDictionary<Type, FunctionCompiler> CustomCompilers { get; }
Property Value
Functions
Gets a dictionary of custom function implementations.
public IDictionary<string, ExcelFunction> Functions { get; }