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.KCell
public Object getValue()
getValue
in interface org.pentaho.di.core.spreadsheet.KCell
public String getContents()
getContents
in interface org.pentaho.di.core.spreadsheet.KCell
public int getRow()
getRow
in interface org.pentaho.di.core.spreadsheet.KCell