public interface Cell
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_BLANK
Cell types
|
static int |
TYPE_BOOLEAN |
static int |
TYPE_DOUBLE |
static int |
TYPE_FORMULA |
static int |
TYPE_FP |
static int |
TYPE_INT |
static int |
TYPE_STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
getCellAddress()
Returns the Address of this Cell as a String.
|
int |
getCellType() |
int |
getColNum()
Returns the column number of this Cell.
|
int |
getFormatId()
Returns the Formatting record ID (FormatId) for this Cell
This can be used with 'setFormatId(int i)' to copy the formatting from one Cell to another (e.g. |
String |
getFormattedStringVal()
Returns the value of the Cell as a String with formatting pattern applied..
|
int |
getRowNum()
Returns the row number of this Cell.
|
Object |
getVal()
Returns the value of this Cell in the native underlying data type.
|
String |
getWorkSheetName()
Returns the name of this Cell's WorkSheet as a String.
|
boolean |
isDate() |
static final int TYPE_BLANK
static final int TYPE_STRING
static final int TYPE_FP
static final int TYPE_INT
static final int TYPE_FORMULA
static final int TYPE_BOOLEAN
static final int TYPE_DOUBLE
boolean isDate()
int getCellType()
int getFormatId()
Object getVal()
String getFormattedStringVal()
int getColNum()
int getRowNum()
String getCellAddress()
String getWorkSheetName()
Copyright © 2002–2019 Starter Inc.. All rights reserved.