Class FunctionResolverEx

  • All Implemented Interfaces:
    io.keikai.model.sys.formula.FunctionResolver

    public class FunctionResolverEx
    extends java.lang.Object
    implements io.keikai.model.sys.formula.FunctionResolver
    Enhanced spreadsheet function mapper
    Author:
    Pao
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EL_FUNCTION_KEY  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.poi.ss.formula.DependencyTracker getDependencyTracker()  
      org.zkoss.xel.FunctionMapper getFunctionMapper()  
      org.apache.poi.ss.formula.udf.UDFFinder getUDFFinder()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EL_FUNCTION_KEY

        public static java.lang.String EL_FUNCTION_KEY
    • Constructor Detail

      • FunctionResolverEx

        public FunctionResolverEx()
    • Method Detail

      • getUDFFinder

        public org.apache.poi.ss.formula.udf.UDFFinder getUDFFinder()
        Specified by:
        getUDFFinder in interface io.keikai.model.sys.formula.FunctionResolver
      • getFunctionMapper

        public org.zkoss.xel.FunctionMapper getFunctionMapper()
        Specified by:
        getFunctionMapper in interface io.keikai.model.sys.formula.FunctionResolver
      • getDependencyTracker

        public org.apache.poi.ss.formula.DependencyTracker getDependencyTracker()
        Specified by:
        getDependencyTracker in interface io.keikai.model.sys.formula.FunctionResolver