| Modifier and Type | Method and Description |
|---|---|
Cell |
getCell(CellAddress address) |
Cell |
getCell(int index)
Returns a cell in this row by column index;
|
Optional<Boolean> |
getCellAsBoolean(int cellIndex) |
Optional<LocalDateTime> |
getCellAsDate(int cellIndex) |
Optional<BigDecimal> |
getCellAsNumber(int cellIndex) |
Optional<String> |
getCellAsString(int cellIndex) |
int |
getCellCount() |
Optional<String> |
getCellRawValue(int cellIndex) |
List<Cell> |
getCells(int beginIndex,
int endIndex) |
String |
getCellText(int cellIndex) |
Optional<Cell> |
getFirstNonEmptyCell() |
Optional<Cell> |
getOptionalCell(int index) |
int |
getPhysicalCellCount() |
int |
getRowNum()
Get row number of this row
|
boolean |
hasCell(int index) |
Iterator<Cell> |
iterator() |
Stream<Cell> |
stream() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Cell getCell(int index)
index - - zero-based column indexIndexOutOfBoundsException - if index is invalidpublic Cell getCell(CellAddress address)
public int getCellCount()
public boolean hasCell(int index)
public int getRowNum()
public int getPhysicalCellCount()
public Optional<LocalDateTime> getCellAsDate(int cellIndex)
public Optional<BigDecimal> getCellAsNumber(int cellIndex)
public String getCellText(int cellIndex)
Copyright © 2023. All rights reserved.