|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbad.robot.excel.workbook.NavigablePoiWorkbook
@Deprecated public class NavigablePoiWorkbook
Constructor Summary | |
---|---|
NavigablePoiWorkbook(org.apache.poi.ss.usermodel.Workbook workbook)
Deprecated. |
Method Summary | |
---|---|
Editable |
appendRowToFirstSheet(Row row)
Deprecated. |
Editable |
appendRowToSheet(Row row,
SheetIndex index)
Deprecated. |
Editable |
blankCell(Coordinate coordinate)
Deprecated. |
Editable |
copyRow(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet worksheet,
RowIndex from,
RowIndex to)
Deprecated. |
Cell |
getCellAt(Coordinate coordinate)
Deprecated. |
Row |
getRowAt(RowIndex rowIndex,
SheetIndex sheetIndex)
Deprecated. |
Editable |
insertRowToFirstSheet(Row row,
RowIndex index)
Deprecated. |
Editable |
insertRowToSheet(Row row,
RowIndex index,
SheetIndex sheet)
Deprecated. |
Editable |
insertSheet()
Deprecated. |
Editable |
insertSheet(String name)
Deprecated. |
Editable |
refreshFormulas()
Deprecated. |
Editable |
replaceCell(Coordinate coordinate,
Boolean value)
Deprecated. |
Editable |
replaceCell(Coordinate coordinate,
Cell cell)
Deprecated. |
Editable |
replaceCell(Coordinate coordinate,
Date date)
Deprecated. |
Editable |
replaceCell(Coordinate coordinate,
Double number)
Deprecated. |
Editable |
replaceCell(Coordinate coordinate,
Formula formula)
Deprecated. |
Editable |
replaceCell(Coordinate coordinate,
Hyperlink hyperlink)
Deprecated. |
Editable |
replaceCell(Coordinate coordinate,
String value)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NavigablePoiWorkbook(org.apache.poi.ss.usermodel.Workbook workbook)
Method Detail |
---|
public Cell getCellAt(Coordinate coordinate)
getCellAt
in interface Navigable
public Row getRowAt(RowIndex rowIndex, SheetIndex sheetIndex)
getRowAt
in interface Navigable
public Editable blankCell(Coordinate coordinate)
blankCell
in interface Editable
public Editable replaceCell(Coordinate coordinate, Cell cell)
replaceCell
in interface Editable
public Editable replaceCell(Coordinate coordinate, String value)
replaceCell
in interface Editable
public Editable replaceCell(Coordinate coordinate, Formula formula)
replaceCell
in interface Editable
public Editable replaceCell(Coordinate coordinate, Date date)
replaceCell
in interface Editable
public Editable replaceCell(Coordinate coordinate, Double number)
replaceCell
in interface Editable
public Editable replaceCell(Coordinate coordinate, Hyperlink hyperlink)
replaceCell
in interface Editable
public Editable replaceCell(Coordinate coordinate, Boolean value)
replaceCell
in interface Editable
public Editable copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
copyRow
in interface Editable
public Editable insertSheet(String name)
insertSheet
in interface Editable
public Editable insertSheet()
insertSheet
in interface Editable
public Editable insertRowToFirstSheet(Row row, RowIndex index)
insertRowToFirstSheet
in interface Editable
public Editable insertRowToSheet(Row row, RowIndex index, SheetIndex sheet)
insertRowToSheet
in interface Editable
public Editable appendRowToFirstSheet(Row row)
appendRowToFirstSheet
in interface Editable
public Editable appendRowToSheet(Row row, SheetIndex index)
appendRowToSheet
in interface Editable
public Editable refreshFormulas()
refreshFormulas
in interface Editable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |