Class StaxPoiCell

  • All Implemented Interfaces:
    org.pentaho.di.core.spreadsheet.KCell

    public class StaxPoiCell
    extends Object
    implements org.pentaho.di.core.spreadsheet.KCell
    • Constructor Detail

      • StaxPoiCell

        public StaxPoiCell​(String value,
                           int row)
      • StaxPoiCell

        public StaxPoiCell​(Object value,
                           org.pentaho.di.core.spreadsheet.KCellType type,
                           int row)
    • Method Detail

      • getType

        public org.pentaho.di.core.spreadsheet.KCellType getType()
        Specified by:
        getType in interface org.pentaho.di.core.spreadsheet.KCell
      • getValue

        public Object getValue()
        Specified by:
        getValue in interface org.pentaho.di.core.spreadsheet.KCell
      • getContents

        public String getContents()
        Specified by:
        getContents in interface org.pentaho.di.core.spreadsheet.KCell
      • getRow

        public int getRow()
        Specified by:
        getRow in interface org.pentaho.di.core.spreadsheet.KCell