bad.robot.excel
Class BlankCell
java.lang.Object
bad.robot.excel.Cell
bad.robot.excel.BlankCell
public class BlankCell
- extends Cell
Method Summary |
void |
addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook)
|
String |
toString()
|
void |
update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
|
BlankCell
public BlankCell()
BlankCell
public BlankCell(Style style)
addTo
public void addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook)
- Specified by:
addTo
in class Cell
update
public void update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
- Specified by:
update
in class Cell
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.