bad.robot.excel
Class Cell
java.lang.Object
bad.robot.excel.Cell
- Direct Known Subclasses:
- BlankCell, BooleanCell, DateCell, DoubleCell, ErrorCell, FormulaCell, HyperlinkCell, 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)
|
boolean |
equals(Object that)
|
Style |
getStyle()
|
abstract void |
update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
|
Cell
protected Cell(Style style)
getStyle
public Style getStyle()
equals
public boolean equals(Object that)
- Overrides:
equals
in class Object
addTo
public abstract void addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook)
update
public abstract void update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
Copyright © 2012. All Rights Reserved.