Class BinaryCellWriter

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

@Component public class BinaryCellWriter extends Object implements CellWriter
exports binaries as just their hash in excel exports
  • Constructor Details

  • Method Details

    • 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