| Constructor and Description |
|---|
ExcelCell(org.apache.poi.ss.usermodel.Cell excelCell) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.Cell |
getCell() |
int |
getColumnIndex()
logical cell number in row
|
String |
getComment() |
Date |
getDateValue() |
double |
getNumericValue() |
String |
getStringValue()
works with every cell data type.
|
org.apache.poi.ss.usermodel.CellStyle |
getStyle() |
Object |
getValue()
works with every cell data type.
|
String |
toString()
used to create field name
|
public Object getValue()
ICellpublic double getNumericValue()
getNumericValue in interface ICellpublic String getStringValue()
ICellgetStringValue in interface ICellpublic Date getDateValue()
getDateValue in interface ICellpublic org.apache.poi.ss.usermodel.CellStyle getStyle()
public org.apache.poi.ss.usermodel.Cell getCell()
public String getComment()
getComment in interface ICellpublic int getColumnIndex()
ICellgetColumnIndex in interface ICellCopyright © 2008-2016. All Rights Reserved.