| Modifier and Type | Method and Description |
|---|---|
Cell |
Row.getCell(CellAddress address) |
Cell |
Row.getCell(int index)
Returns a cell in this row by column index;
|
| Modifier and Type | Method and 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() |
Copyright © 2023. All rights reserved.