Uses of Class
org.dhatim.fastexcel.reader.CellRangeAddress
-
-
Uses of CellRangeAddress in org.dhatim.fastexcel.reader
Methods in org.dhatim.fastexcel.reader that return CellRangeAddress Modifier and Type Method Description CellRangeAddress
BaseFormulaCell. getRef()
static CellRangeAddress
CellRangeAddress. valueOf(String ref)
Constructors in org.dhatim.fastexcel.reader with parameters of type CellRangeAddress Constructor Description BaseFormulaCell(CellAddress baseCelAddr, String formula, CellRangeAddress ref)
-