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 Location
Create from aString
cell name, such as "A1".static Location
Create a new Location relative to an existing Location.row()
0-indexed row.