public interface ICell
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndex()
logical cell number in row
|
String |
getComment() |
Date |
getDateValue() |
double |
getNumericValue() |
String |
getStringValue()
works with every cell data type.
|
Object |
getValue()
works with every cell data type.
|
Object getValue()
double getNumericValue()
NumberFormatException - when value format is not a numberString getStringValue()
Date getDateValue()
String getComment()
int getColumnIndex()
Copyright © 2008-2016. All Rights Reserved.