public class PoiCell extends Object implements org.pentaho.di.core.spreadsheet.KCell
| Constructor and Description | 
|---|
PoiCell(org.apache.poi.ss.usermodel.Cell cell)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getContents()  | 
int | 
getRow()  | 
org.pentaho.di.core.spreadsheet.KCellType | 
getType()  | 
Object | 
getValue()  | 
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