Package io.virtualan.cucumblan.script
Class ExcelAndMathHelper
- java.lang.Object
-
- io.virtualan.cucumblan.script.ExcelAndMathHelper
-
public class ExcelAndMathHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ExcelAndMathHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectevaluate(Class type, String formula)static ObjectevaluateWithVariables(Class type, String formula, Map<String,String> contextObject)
-
-
-
Method Detail
-
evaluateWithVariables
public static Object evaluateWithVariables(Class type, String formula, Map<String,String> contextObject) throws IOException
- Throws:
IOException
-
evaluate
public static Object evaluate(Class type, String formula) throws IOException
- Throws:
IOException
-
-