Methods in bad.robot.excel.workbook that return PoiWorkbook |
PoiWorkbook |
PoiWorkbook.appendRowToFirstSheet(Row row)
|
PoiWorkbook |
PoiWorkbook.appendRowToSheet(Row row,
SheetIndex index)
|
PoiWorkbook |
PoiWorkbook.blankCell(Coordinate coordinate)
|
PoiWorkbook |
PoiWorkbook.copyRow(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet worksheet,
RowIndex from,
RowIndex to)
|
PoiWorkbook |
PoiWorkbook.insertRowToFirstSheet(Row row,
RowIndex index)
|
PoiWorkbook |
PoiWorkbook.insertRowToSheet(Row row,
RowIndex index,
SheetIndex sheet)
|
PoiWorkbook |
PoiWorkbook.refreshFormulas()
|
PoiWorkbook |
PoiWorkbook.replaceCell(Coordinate coordinate,
Boolean value)
|
PoiWorkbook |
PoiWorkbook.replaceCell(Coordinate coordinate,
Cell cell)
|
PoiWorkbook |
PoiWorkbook.replaceCell(Coordinate coordinate,
Date date)
|
PoiWorkbook |
PoiWorkbook.replaceCell(Coordinate coordinate,
Double number)
|
PoiWorkbook |
PoiWorkbook.replaceCell(Coordinate coordinate,
Formula formula)
|
PoiWorkbook |
PoiWorkbook.replaceCell(Coordinate coordinate,
Hyperlink hyperlink)
|
PoiWorkbook |
PoiWorkbook.replaceCell(Coordinate coordinate,
String text)
|