- java.lang.Object
-
- org.dhatim.fastexcel.reader.BaseFormulaCell
-
public class BaseFormulaCell extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseFormulaCell(CellAddress baseCelAddr, String formula, CellRangeAddress ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellAddress
getBaseCelAddr()
String
getFormula()
CellRangeAddress
getRef()
-
-
-
Constructor Detail
-
BaseFormulaCell
public BaseFormulaCell(CellAddress baseCelAddr, String formula, CellRangeAddress ref)
-
-
Method Detail
-
getBaseCelAddr
public CellAddress getBaseCelAddr()
-
getFormula
public String getFormula()
-
getRef
public CellRangeAddress getRef()
-
-