Interface IfExcelTableWriter<T>

Type Parameters:
T - See IfExcelTable.
All Superinterfaces:
IfExcelTable<T>
All Known Subinterfaces:
IfDataTypeCellExcelTableWriter
All Known Implementing Classes:
CellFreeExcelTableWriter, CellOneLineHeaderExcelTableWriter, ExcelTableWriter

public interface IfExcelTableWriter<T> extends IfExcelTable<T>
Provides the excel table writer methods.

Since the number of CellStyle in an excel file has limit (64,000), first data line of CellStyle is reused to cells at the latter lines.

  • Method Details

    • writeToCell

      void writeToCell(int columnNumberFromZero, T sourceCellData, org.apache.poi.ss.usermodel.Cell destCell)
      writes cell data to the cell.
      Parameters:
      columnNumberFromZero - columnNumberFromZero
      sourceCellData - sourceCellData
      destCell - destCell