org.boris.xlloop
Interface IFunctionContext

All Known Implementing Classes:
FunctionServer.FunctionContext

public interface IFunctionContext


Method Summary
 XLoper execute(java.lang.String name, XLoper[] args)
           
 XLSRef getCaller()
           
 java.lang.String getSheetName()
           
 

Method Detail

getCaller

XLSRef getCaller()

getSheetName

java.lang.String getSheetName()

execute

XLoper execute(java.lang.String name,
               XLoper[] args)
               throws RequestException
Throws:
RequestException