Class CellData
java.lang.Object
org.qubership.atp.dataset.migration.formula.model.CellData
-
Constructor Summary
ConstructorsConstructorDescriptioncreates object to store formula information.CellData(String formula, String value, String location, org.apache.poi.ss.usermodel.CellType cellType) creates object to store formula information.CellData(ExcelEvaluator excelEvaluator, org.apache.poi.ss.usermodel.Cell cell) creates object to store formula information. -
Method Summary
-
Constructor Details
-
CellData
creates object to store formula information.- Parameters:
formula- formula value to transformlocation- formula location
-
CellData
public CellData(String formula, String value, String location, org.apache.poi.ss.usermodel.CellType cellType) creates object to store formula information.- Parameters:
formula- formula value to transformvalue- calculated formula valuelocation- formula locationcellType- type of cell
-
CellData
creates object to store formula information.- Parameters:
excelEvaluator- cell value calculator used to calculate cell valuecell- cell to be stored
-
-
Method Details