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()
IDARECell
getCellType
in interface IDARECell
IDARECell
public int getColumnIndex()
IDARECell
getColumnIndex
in interface IDARECell
public double getNumericCellValue()
IDARECell
getNumericCellValue
in interface IDARECell
public String getStringCellValue()
IDARECell
getStringCellValue
in interface IDARECell
public String getFormattedCellValue()
IDARECell
getFormattedCellValue
in interface IDARECell
Copyright © 2018. All rights reserved.