|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cell | |
---|---|
bad.robot.excel | |
bad.robot.excel.matchers |
Uses of Cell in bad.robot.excel |
---|
Subclasses of Cell in bad.robot.excel | |
---|---|
class |
BlankCell
|
class |
BooleanCell
|
class |
DateCell
|
class |
DoubleCell
|
class |
ErrorCell
|
class |
FormulaCell
|
class |
HyperlinkCell
Only supports URL hyperlinks. |
class |
StringCell
|
Methods in bad.robot.excel with parameters of type Cell | |
---|---|
WorkbookMutator |
WorkbookMutator.replaceCell(Coordinate coordinate,
Cell cell)
|
WorkbookMutator |
PoiWorkbookMutator.replaceCell(Coordinate coordinate,
Cell cell)
|
Constructor parameters in bad.robot.excel with type arguments of type Cell | |
---|---|
Row(Map<ColumnIndex,Cell> cells)
|
Uses of Cell in bad.robot.excel.matchers |
---|
Methods in bad.robot.excel.matchers that return Cell | |
---|---|
Cell |
CellAdapter.adapt(org.apache.poi.ss.usermodel.Cell cell)
|
static Cell |
CellType.adaptPoi(org.apache.poi.ss.usermodel.Cell cell)
|
Methods in bad.robot.excel.matchers with parameters of type Cell | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |