public interface ExclyDataType
| Modifier and Type | Method and Description |
|---|---|
void |
setCell(org.apache.poi.ss.usermodel.Cell cell)
Sets a cell without a given style.
|
void |
setCell(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle)
Sets a cell with a given style.
|
static final String ERRORCODE
void setCell(org.apache.poi.ss.usermodel.Cell cell)
cell - The cell which should be set.void setCell(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle)
cell - The cell which should be set.cellStyle - The cell style which should be set.Copyright © 2016 MuK Projects. All rights reserved.