Uses of Interface
bad.robot.excel.cell.Cell

Packages that use Cell
bad.robot.excel.cell   
bad.robot.excel.matchers   
bad.robot.excel.row   
bad.robot.excel.workbook   
 

Uses of Cell in bad.robot.excel.cell
 

Classes in bad.robot.excel.cell that implement Cell
 class BlankCell
           
 class BooleanCell
           
 class DateCell
           
 class DoubleCell
           
 class ErrorCell
           
 class FormulaCell
           
 class HyperlinkCell
          Only supports URL hyperlinks.
 class StringCell
           
 class StyledCell
           
 

Uses of Cell in bad.robot.excel.matchers
 

Methods in bad.robot.excel.matchers that return Cell
 Cell CellAdapter.adapt(org.apache.poi.ss.usermodel.Cell cell)
           
static Cell CellType.adaptPoi(org.apache.poi.ss.usermodel.Cell cell)
           
 

Methods in bad.robot.excel.matchers with parameters of type Cell
static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Cell> Matchers.equalTo(Cell expected)
           
static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Cell> CellMatcher.equalTo(Cell expected)
           
 

Uses of Cell in bad.robot.excel.row
 

Constructor parameters in bad.robot.excel.row with type arguments of type Cell
Row(Map<ColumnIndex,Cell> cells)
           
 

Uses of Cell in bad.robot.excel.workbook
 

Methods in bad.robot.excel.workbook that return Cell
 Cell NavigablePoiWorkbook.getCellAt(Coordinate coordinate)
          Deprecated.  
 Cell Navigable.getCellAt(Coordinate coordinate)
           
 

Methods in bad.robot.excel.workbook with parameters of type Cell
 PoiWorkbook PoiWorkbook.replaceCell(Coordinate coordinate, Cell cell)
           
 Editable NavigablePoiWorkbook.replaceCell(Coordinate coordinate, Cell cell)
          Deprecated.  
 Editable Editable.replaceCell(Coordinate coordinate, Cell cell)
           
 



Copyright © 2013. All Rights Reserved.