Class Formula
java.lang.Object
org.qubership.atp.dataset.migration.formula.model.Formula
-
Constructor Summary
ConstructorsConstructorDescriptionFormula(CellData data, FormulaType formulaType, String datasetValue, org.apache.poi.poifs.filesystem.Ole10Native file) formula stores calculated value. -
Method Summary
-
Constructor Details
-
Formula
public Formula(CellData data, FormulaType formulaType, String datasetValue, org.apache.poi.poifs.filesystem.Ole10Native file) formula stores calculated value.- Parameters:
data- from which dataset value has been acquiredformulaType- formula typedatasetValue- result data set value
-
-
Method Details