Package io.keikaiex.formula
Class ELEval
- java.lang.Object
-
- io.keikaiex.formula.ELEval
-
- All Implemented Interfaces:
org.apache.poi.ss.formula.functions.FreeRefFunction
public class ELEval extends java.lang.Object implements org.apache.poi.ss.formula.functions.FreeRefFunctionA function that do EL evaluation.- Author:
- henrichen
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.ss.formula.eval.ValueEvalevaluate(org.apache.poi.ss.formula.eval.ValueEval[] args, org.apache.poi.ss.formula.OperationEvaluationContext ec)
-
-
-
Field Detail
-
instance
public static final org.apache.poi.ss.formula.functions.FreeRefFunction instance
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-