Class ExcelValue.BlankValue<T>

java.lang.Object
net.sf.basedb.util.excel.ExcelValue<T>
net.sf.basedb.util.excel.ExcelValue.BlankValue<T>
Enclosing class:
ExcelValue<T>

static class ExcelValue.BlankValue<T>
extends ExcelValue<T>
Represents a blank cell.
  • Constructor Details

    • BlankValue

      BlankValue()
  • Method Details

    • writeTo

      public void writeTo​(org.apache.poi.ss.usermodel.Cell cell, CellStyleCreator styleCreator)
      Description copied from class: ExcelValue
      Write the value to the given cell and apply a format to it with the help of the style creator. If no style creator is given, the cell is not formatted.
      Specified by:
      writeTo in class ExcelValue<T>