Class FormulaParser
- java.lang.Object
-
- org.apache.hop.pipeline.transforms.formula.util.FormulaParser
-
public class FormulaParser extends Object
-
-
Constructor Summary
Constructors Constructor Description FormulaParser(FormulaMetaFunction formulaMetaFunction, IRowMeta rowMeta, Object[] dataRow, org.apache.poi.ss.usermodel.Row sheetRow, IVariables variables, HashMap<String,String> replaceMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.ss.usermodel.CellValuegetFormulaValue()
-
-
-
Constructor Detail
-
FormulaParser
public FormulaParser(FormulaMetaFunction formulaMetaFunction, IRowMeta rowMeta, Object[] dataRow, org.apache.poi.ss.usermodel.Row sheetRow, IVariables variables, HashMap<String,String> replaceMap)
-
-
Method Detail
-
getFormulaValue
public org.apache.poi.ss.usermodel.CellValue getFormulaValue() throws HopValueException- Throws:
HopValueException
-
-