Class DefaultCellWriter

java.lang.Object
ch.tocco.nice2.reporting.impl.dynamic.poiss.DefaultCellWriter
All Implemented Interfaces:
CellWriter

public class DefaultCellWriter extends Object implements CellWriter
  • Constructor Details

    • DefaultCellWriter

      public DefaultCellWriter()
  • Method Details

    • getInstance

      public static DefaultCellWriter getInstance()
    • writeCell

      public Object writeCell(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.CreationHelper creationHelper, org.apache.poi.ss.usermodel.Cell cell, Object value, Object state, org.joda.time.DateTimeZone timezone)
      Specified by:
      writeCell in interface CellWriter
    • getContentLength

      public int getContentLength(Object value)
      Specified by:
      getContentLength in interface CellWriter