bad.robot.excel.cell
Interface Cell
- All Known Implementing Classes:
- BlankCell, BooleanCell, DateCell, DoubleCell, ErrorCell, FormulaCell, HyperlinkCell, StringCell, StyledCell
public interface Cell
Method Summary |
void |
addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook)
|
void |
update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
|
addTo
void addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook)
update
void update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
Copyright © 2013. All Rights Reserved.