Interface CellWriter

All Known Implementing Classes:
AbstractDateCellWriter, BinaryCellWriter, BooleanCellWriter, DateCellWriter, DateTimeCellWriter, DefaultCellWriter, DurationCellWriter, NumberCellWriter, TimeCellWriter

public interface CellWriter
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    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)
     
  • Method Details

    • writeCell

      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)
    • getContentLength

      int getContentLength(Object value)