Interface IfDataTypeCellExcelTableWriter

All Superinterfaces:
IfDataTypeCellExcelTable, IfExcelTable<org.apache.poi.ss.usermodel.Cell>, IfExcelTableWriter<org.apache.poi.ss.usermodel.Cell>
All Known Implementing Classes:
CellFreeExcelTableWriter, CellOneLineHeaderExcelTableWriter

public interface IfDataTypeCellExcelTableWriter extends IfDataTypeCellExcelTable, IfExcelTableWriter<org.apache.poi.ss.usermodel.Cell>
Provides the excel table writer interface with object type obtained from the excel data is Cell.
  • Method Details

    • writeToCell

      default void writeToCell(org.apache.poi.ss.usermodel.Cell sourceCellData, org.apache.poi.ss.usermodel.Cell destCell)
      Writes a value to the cell.
      Specified by:
      writeToCell in interface IfExcelTableWriter<org.apache.poi.ss.usermodel.Cell>
      Parameters:
      sourceCellData - sourceCellData
      destCell - destCell