public interface Cell
| Modifier and Type | Method and Description |
|---|---|
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) |
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)
Copyright © 2018. All Rights Reserved.