Package io.keikaiex.formula
Class FunctionResolverEx
- java.lang.Object
-
- io.keikaiex.formula.FunctionResolverEx
-
- All Implemented Interfaces:
io.keikai.model.sys.formula.FunctionResolver
public class FunctionResolverEx extends java.lang.Object implements io.keikai.model.sys.formula.FunctionResolverEnhanced spreadsheet function mapper- Author:
- Pao
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEL_FUNCTION_KEY
-
Constructor Summary
Constructors Constructor Description FunctionResolverEx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.ss.formula.DependencyTrackergetDependencyTracker()org.zkoss.xel.FunctionMappergetFunctionMapper()org.apache.poi.ss.formula.udf.UDFFindergetUDFFinder()
-
-
-
Method Detail
-
getUDFFinder
public org.apache.poi.ss.formula.udf.UDFFinder getUDFFinder()
- Specified by:
getUDFFinderin interfaceio.keikai.model.sys.formula.FunctionResolver
-
getFunctionMapper
public org.zkoss.xel.FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapperin interfaceio.keikai.model.sys.formula.FunctionResolver
-
getDependencyTracker
public org.apache.poi.ss.formula.DependencyTracker getDependencyTracker()
- Specified by:
getDependencyTrackerin interfaceio.keikai.model.sys.formula.FunctionResolver
-
-