Uses of Class
org.dhatim.fastexcel.reader.Cell
-
-
Uses of Cell in org.dhatim.fastexcel.reader
Methods in org.dhatim.fastexcel.reader that return Cell Modifier and Type Method Description CellRow. getCell(int index)Returns a cell in this row by column index;CellRow. getCell(CellAddress address)Methods in org.dhatim.fastexcel.reader that return types with arguments of type Cell Modifier and Type Method Description List<Cell>Row. getCells(int beginIndex, int endIndex)Optional<Cell>Row. getFirstNonEmptyCell()Optional<Cell>Row. getOptionalCell(int index)Iterator<Cell>Row. iterator()Stream<Cell>Row. stream()
-