Class PoiCell
- java.lang.Object
-
- org.pentaho.di.trans.steps.excelinput.poi.PoiCell
-
- All Implemented Interfaces:
org.pentaho.di.core.spreadsheet.KCell
public class PoiCell extends Object implements org.pentaho.di.core.spreadsheet.KCell
-
-
Constructor Summary
Constructors Constructor Description PoiCell(org.apache.poi.ss.usermodel.Cell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContents()
int
getRow()
org.pentaho.di.core.spreadsheet.KCellType
getType()
Object
getValue()
-
-
-
Method Detail
-
getType
public org.pentaho.di.core.spreadsheet.KCellType getType()
- Specified by:
getType
in interfaceorg.pentaho.di.core.spreadsheet.KCell
-
getValue
public Object getValue()
- Specified by:
getValue
in interfaceorg.pentaho.di.core.spreadsheet.KCell
-
getContents
public String getContents()
- Specified by:
getContents
in interfaceorg.pentaho.di.core.spreadsheet.KCell
-
getRow
public int getRow()
- Specified by:
getRow
in interfaceorg.pentaho.di.core.spreadsheet.KCell
-
-