Interface KCell


public interface KCell
  • Method Details

    • getType

      KCellType getType()
    • getValue

      Object getValue()
      Returns:
      java.util.Date for KCellType.DATE
      Boolean for KCellType.BOOLEAN
      Double for KCellType.NUMBER
      String for KCellType.LABEL
      null for KCellType.EMPTY
    • getContents

      String getContents()
      Returns:
      The content description of the cell
    • getRow

      int getRow()
      Returns:
      The row number in the sheet.