Interface Location
- All Superinterfaces:
Serializable
A location within a
Sheet as defined by a 0-indexed row, column pair.-
Method Summary
Modifier and TypeMethodDescriptioncolumn()0-indexed column.default Optional<org.apache.poi.ss.usermodel.Cell>getCell(org.apache.poi.ss.usermodel.Sheet sheet) static LocationCreate from aStringcell name, such as "A1".static LocationCreate a new Location relative to an existing Location.row()0-indexed row.