bad.robot.excel
Class Cell

java.lang.Object
  extended by bad.robot.excel.Cell
Direct Known Subclasses:
BlankCell, DateCell, DoubleCell, FormulaCell, StringCell

public abstract class Cell
extends Object


Constructor Summary
protected Cell(Style style)
           
 
Method Summary
abstract  void addTo(org.apache.poi.ss.usermodel.Row row, ColumnIndex column, org.apache.poi.ss.usermodel.Workbook workbook)
           
 Style getStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

protected Cell(Style style)
Method Detail

getStyle

public Style getStyle()

addTo

public abstract void addTo(org.apache.poi.ss.usermodel.Row row,
                           ColumnIndex column,
                           org.apache.poi.ss.usermodel.Workbook workbook)


Copyright © 2012. All Rights Reserved.