bad.robot.excel.workbook
Class NavigablePoiWorkbook

java.lang.Object
  extended by bad.robot.excel.workbook.NavigablePoiWorkbook
All Implemented Interfaces:
Editable, Navigable

Deprecated.

@Deprecated
public class NavigablePoiWorkbook
extends Object
implements Navigable, Editable

Since:
1.1

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

NavigablePoiWorkbook

public NavigablePoiWorkbook(org.apache.poi.ss.usermodel.Workbook workbook)
Deprecated. 
Method Detail

getCellAt

public Cell getCellAt(Coordinate coordinate)
Deprecated. 
Specified by:
getCellAt in interface Navigable

getRowAt

public Row getRowAt(RowIndex rowIndex,
                    SheetIndex sheetIndex)
Deprecated. 
Specified by:
getRowAt in interface Navigable

blankCell

public Editable blankCell(Coordinate coordinate)
Deprecated. 
Specified by:
blankCell in interface Editable

replaceCell

public Editable replaceCell(Coordinate coordinate,
                            Cell cell)
Deprecated. 
Specified by:
replaceCell in interface Editable

replaceCell

public Editable replaceCell(Coordinate coordinate,
                            String value)
Deprecated. 
Specified by:
replaceCell in interface Editable

replaceCell

public Editable replaceCell(Coordinate coordinate,
                            Formula formula)
Deprecated. 
Specified by:
replaceCell in interface Editable

replaceCell

public Editable replaceCell(Coordinate coordinate,
                            Date date)
Deprecated. 
Specified by:
replaceCell in interface Editable

replaceCell

public Editable replaceCell(Coordinate coordinate,
                            Double number)
Deprecated. 
Specified by:
replaceCell in interface Editable

replaceCell

public Editable replaceCell(Coordinate coordinate,
                            Hyperlink hyperlink)
Deprecated. 
Specified by:
replaceCell in interface Editable

replaceCell

public Editable replaceCell(Coordinate coordinate,
                            Boolean value)
Deprecated. 
Specified by:
replaceCell in interface Editable

copyRow

public Editable copyRow(org.apache.poi.ss.usermodel.Workbook workbook,
                        org.apache.poi.ss.usermodel.Sheet worksheet,
                        RowIndex from,
                        RowIndex to)
Deprecated. 
Specified by:
copyRow in interface Editable

insertSheet

public Editable insertSheet(String name)
Deprecated. 
Specified by:
insertSheet in interface Editable

insertSheet

public Editable insertSheet()
Deprecated. 
Specified by:
insertSheet in interface Editable

insertRowToFirstSheet

public Editable insertRowToFirstSheet(Row row,
                                      RowIndex index)
Deprecated. 
Specified by:
insertRowToFirstSheet in interface Editable

insertRowToSheet

public Editable insertRowToSheet(Row row,
                                 RowIndex index,
                                 SheetIndex sheet)
Deprecated. 
Specified by:
insertRowToSheet in interface Editable

appendRowToFirstSheet

public Editable appendRowToFirstSheet(Row row)
Deprecated. 
Specified by:
appendRowToFirstSheet in interface Editable

appendRowToSheet

public Editable appendRowToSheet(Row row,
                                 SheetIndex index)
Deprecated. 
Specified by:
appendRowToSheet in interface Editable

refreshFormulas

public Editable refreshFormulas()
Deprecated. 
Specified by:
refreshFormulas in interface Editable


Copyright © 2013. All Rights Reserved.