bad.robot.excel
Interface WorkbookMutator
- All Known Implementing Classes:
- PoiWorkbookMutator
public interface WorkbookMutator
Method Summary |
WorkbookMutator |
appendRowToFirstSheet(Row row)
|
WorkbookMutator |
appendRowToSheet(Row row,
SheetIndex index)
|
WorkbookMutator |
copyRow(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet worksheet,
RowIndex from,
RowIndex to)
|
WorkbookMutator |
insertRowToFirstSheet(Row row,
RowIndex index)
|
WorkbookMutator |
insertRowToSheet(Row row,
RowIndex index,
SheetIndex sheet)
|
WorkbookMutator |
refreshFormulas()
|
WorkbookMutator |
replaceCell(Coordinate coordinate,
Date value)
|
WorkbookMutator |
replaceCell(Coordinate coordinate,
Double value)
|
WorkbookMutator |
replaceCell(Coordinate coordinate,
Formula formula)
|
WorkbookMutator |
replaceCell(Coordinate coordinate,
String value)
|
replaceCell
WorkbookMutator replaceCell(Coordinate coordinate,
String value)
replaceCell
WorkbookMutator replaceCell(Coordinate coordinate,
Formula formula)
replaceCell
WorkbookMutator replaceCell(Coordinate coordinate,
Date value)
replaceCell
WorkbookMutator replaceCell(Coordinate coordinate,
Double value)
copyRow
WorkbookMutator copyRow(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet worksheet,
RowIndex from,
RowIndex to)
insertRowToFirstSheet
WorkbookMutator insertRowToFirstSheet(Row row,
RowIndex index)
insertRowToSheet
WorkbookMutator insertRowToSheet(Row row,
RowIndex index,
SheetIndex sheet)
appendRowToFirstSheet
WorkbookMutator appendRowToFirstSheet(Row row)
appendRowToSheet
WorkbookMutator appendRowToSheet(Row row,
SheetIndex index)
refreshFormulas
WorkbookMutator refreshFormulas()
Copyright © 2012. All Rights Reserved.