public class OdfCell extends Object implements org.pentaho.di.core.spreadsheet.KCell
| Modifier and Type | Field and Description | 
|---|---|
static String | 
TYPE_BOOLEAN  | 
static String | 
TYPE_CURRENCY  | 
static String | 
TYPE_DATE  | 
static String | 
TYPE_FLOAT  | 
static String | 
TYPE_PERCENTAGE  | 
static String | 
TYPE_STRING  | 
static String | 
TYPE_TIME  | 
| Constructor and Description | 
|---|
OdfCell(org.odftoolkit.odfdom.doc.table.OdfTableCell cell)  | 
public static String TYPE_BOOLEAN
public static String TYPE_CURRENCY
public static String TYPE_DATE
public static String TYPE_FLOAT
public static String TYPE_PERCENTAGE
public static String TYPE_STRING
public static String TYPE_TIME
public org.pentaho.di.core.spreadsheet.KCellType getType()
getType in interface org.pentaho.di.core.spreadsheet.KCellpublic Object getValue()
getValue in interface org.pentaho.di.core.spreadsheet.KCellpublic String getContents()
getContents in interface org.pentaho.di.core.spreadsheet.KCellpublic int getRow()
getRow in interface org.pentaho.di.core.spreadsheet.KCell