| Constructor and Description |
|---|
ExcelCell(org.apache.poi.hssf.usermodel.HSSFRow row,
int column,
org.apache.poi.hssf.usermodel.HSSFCellStyle dateFormat) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.hssf.usermodel.HSSFCell |
getCell() |
void |
setDataAsDate(Date date) |
void |
setDataAsText(String text) |
void |
setDataAsVariant(Variant variant) |
public ExcelCell(org.apache.poi.hssf.usermodel.HSSFRow row,
int column,
org.apache.poi.hssf.usermodel.HSSFCellStyle dateFormat)
public org.apache.poi.hssf.usermodel.HSSFCell getCell()
public void setDataAsDate(Date date)
setDataAsDate in interface Cellpublic void setDataAsText(String text)
setDataAsText in interface Cellpublic void setDataAsVariant(Variant variant)
setDataAsVariant in interface CellCopyright © 2015 Eclipse SCADA Project. All rights reserved.