Class FunctionsModule
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions
- Assembly
- Magicodes.EPPlus.dll
public abstract class FunctionsModule : IFunctionModule
- Inheritance
-
FunctionsModule
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
FunctionsModule()
protected FunctionsModule()
Properties
CustomCompilers
public IDictionary<Type, FunctionCompiler> CustomCompilers { get; }
Property Value
Functions
public IDictionary<string, ExcelFunction> Functions { get; }