bad.robot.excel.workbook
Interface Editable

All Known Implementing Classes:
NavigablePoiWorkbook, PoiWorkbook

public interface Editable


Method Summary
 Editable appendRowToFirstSheet(Row row)
           
 Editable appendRowToSheet(Row row, SheetIndex index)
           
 Editable blankCell(Coordinate coordinate)
           
 Editable copyRow(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet, RowIndex from, RowIndex to)
           
 Editable insertRowToFirstSheet(Row row, RowIndex index)
           
 Editable insertRowToSheet(Row row, RowIndex index, SheetIndex sheet)
           
 Editable insertSheet()
           
 Editable insertSheet(String name)
           
 Editable refreshFormulas()
           
 Editable replaceCell(Coordinate coordinate, Boolean value)
           
 Editable replaceCell(Coordinate coordinate, Cell cell)
           
 Editable replaceCell(Coordinate coordinate, Date date)
           
 Editable replaceCell(Coordinate coordinate, Double number)
           
 Editable replaceCell(Coordinate coordinate, Formula formula)
           
 Editable replaceCell(Coordinate coordinate, Hyperlink hyperlink)
           
 Editable replaceCell(Coordinate coordinate, String value)
           
 

Method Detail

blankCell

Editable blankCell(Coordinate coordinate)

replaceCell

Editable replaceCell(Coordinate coordinate,
                     Cell cell)

replaceCell

Editable replaceCell(Coordinate coordinate,
                     String value)

replaceCell

Editable replaceCell(Coordinate coordinate,
                     Formula formula)

replaceCell

Editable replaceCell(Coordinate coordinate,
                     Date date)

replaceCell

Editable replaceCell(Coordinate coordinate,
                     Double number)

replaceCell

Editable replaceCell(Coordinate coordinate,
                     Hyperlink hyperlink)

replaceCell

Editable replaceCell(Coordinate coordinate,
                     Boolean value)

copyRow

Editable copyRow(org.apache.poi.ss.usermodel.Workbook workbook,
                 org.apache.poi.ss.usermodel.Sheet worksheet,
                 RowIndex from,
                 RowIndex to)

insertSheet

Editable insertSheet()

insertSheet

Editable insertSheet(String name)

insertRowToFirstSheet

Editable insertRowToFirstSheet(Row row,
                               RowIndex index)

insertRowToSheet

Editable insertRowToSheet(Row row,
                          RowIndex index,
                          SheetIndex sheet)

appendRowToFirstSheet

Editable appendRowToFirstSheet(Row row)

appendRowToSheet

Editable appendRowToSheet(Row row,
                          SheetIndex index)

refreshFormulas

Editable refreshFormulas()


Copyright © 2013. All Rights Reserved.