Uses of Class
org.dhatim.fastexcel.reader.CellAddress
-
-
Uses of CellAddress in org.dhatim.fastexcel.reader
Fields in org.dhatim.fastexcel.reader declared as CellAddress Modifier and Type Field Description static CellAddress
CellAddress. A1
Methods in org.dhatim.fastexcel.reader that return CellAddress Modifier and Type Method Description CellAddress
Cell. getAddress()
CellAddress
BaseFormulaCell. getBaseCelAddr()
Methods in org.dhatim.fastexcel.reader with parameters of type CellAddress Modifier and Type Method Description int
CellAddress. compareTo(CellAddress other)
Cell
Row. getCell(CellAddress address)
boolean
CellRangeAddress. isInRange(CellAddress cell)
Constructors in org.dhatim.fastexcel.reader with parameters of type CellAddress Constructor Description BaseFormulaCell(CellAddress baseCelAddr, String formula, CellRangeAddress ref)
-