public interface IExcelCell
| Modifier and Type | Interface and Description |
|---|---|
static class |
IExcelCell.CellType |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent() |
java.text.DateFormat |
getDateFormat() |
IExcelCellStyle |
getStyle() |
void |
setCellType(IExcelCell.CellType cellType) |
void |
setContent(java.lang.String content) |
void |
setDateFormat(java.text.DateFormat format) |
void |
setHeight(float height) |
void |
setLocalize(boolean shouldLocalize) |
void |
setStyle(IExcelCellStyle style) |
boolean |
shouldLocalize() |
IExcelCellStyle getStyle()
void setStyle(IExcelCellStyle style)
style - the style to setvoid setContent(java.lang.String content)
content - to setjava.lang.String getContent()
void setDateFormat(java.text.DateFormat format)
date - format to setjava.text.DateFormat getDateFormat()
void setCellType(IExcelCell.CellType cellType)
cellType - the CellType to setvoid setHeight(float height)
height - the height to setboolean shouldLocalize()
shouldLocalize - the shouldLocalize to getvoid setLocalize(boolean shouldLocalize)
shouldLocalize - the shouldLocalize to set