| Package | Description |
|---|---|
| bad.robot.excel.cell | |
| bad.robot.excel.matchers | |
| bad.robot.excel.row | |
| bad.robot.excel.workbook |
| Modifier and Type | Class and Description |
|---|---|
class |
BlankCell |
class |
BooleanCell |
class |
DateCell |
class |
DoubleCell |
class |
ErrorCell |
class |
FormulaCell |
class |
HyperlinkCell
Only supports URL hyperlinks.
|
class |
StringCell |
class |
StyledCell |
| Modifier and Type | Method and Description |
|---|---|
Cell |
CellAdapter.adapt(org.apache.poi.ss.usermodel.Cell cell) |
static Cell |
CellType.adaptPoi(org.apache.poi.ss.usermodel.Cell cell) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Cell> |
Matchers.equalTo(Cell expected) |
static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Cell> |
CellMatcher.equalTo(Cell expected) |
| Constructor and Description |
|---|
Row(Map<ColumnIndex,Cell> cells) |
| Modifier and Type | Method and Description |
|---|---|
Cell |
NavigablePoiWorkbook.getCellAt(Coordinate coordinate)
Deprecated.
|
Cell |
Navigable.getCellAt(Coordinate coordinate) |
| Modifier and Type | Method and Description |
|---|---|
PoiWorkbook |
PoiWorkbook.replaceCell(Coordinate coordinate,
Cell cell) |
Editable |
NavigablePoiWorkbook.replaceCell(Coordinate coordinate,
Cell cell)
Deprecated.
|
Editable |
Editable.replaceCell(Coordinate coordinate,
Cell cell) |
Copyright © 2018. All Rights Reserved.