IDARECell.CellType| Constructor and Description | 
|---|
POICell(org.apache.poi.ss.usermodel.Cell cell)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
IDARECell.CellType | 
getCellType()
Get the Cell Type of 
 | 
int | 
getColumnIndex()
Get the index of the column of this cell. 
 | 
String | 
getFormattedCellValue()
Get a string representation of the value of this cell (regardless what this cell actually represents). 
 | 
double | 
getNumericCellValue()
Get the Numeric Value of this cell, if it can be converted to numeric. 
 | 
String | 
getStringCellValue()
Get the string cell value, if the cell is a string cell. 
 | 
int | 
hashCode()  | 
public IDARECell.CellType getCellType()
IDARECellgetCellType in interface IDARECellIDARECellpublic int getColumnIndex()
IDARECellgetColumnIndex in interface IDARECellpublic double getNumericCellValue()
IDARECellgetNumericCellValue in interface IDARECellpublic String getStringCellValue()
IDARECellgetStringCellValue in interface IDARECellpublic String getFormattedCellValue()
IDARECellgetFormattedCellValue in interface IDARECellCopyright © 2018. All rights reserved.