Class DurationCellWriter

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

public class DurationCellWriter extends Object implements CellWriter
  • Constructor Details

    • DurationCellWriter

      public DurationCellWriter()
  • Method Details

    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
    • 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