| Modifier and Type | Field and Description |
|---|---|
static CellAddress |
CellAddress.A1 |
| Modifier and Type | Method and Description |
|---|---|
CellAddress |
Cell.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
int |
CellAddress.compareTo(CellAddress other) |
Cell |
Row.getCell(CellAddress address) |
boolean |
CellRangeAddress.isInRange(CellAddress cell) |
| Constructor and Description |
|---|
Cell(ReadableWorkbook workbook,
CellType type,
Object value,
CellAddress address,
String formula,
String rawValue) |
Copyright © 2018. All rights reserved.