Module jp.ecuacion.util.poi
Interface IfExcelTableWriter<T>
- Type Parameters:
T- SeeIfExcelTable.
- All Superinterfaces:
IfExcelTable<T>
- All Known Subinterfaces:
IfDataTypeCellExcelTableWriter
- All Known Implementing Classes:
CellFreeExcelTableWriter,CellOneLineHeaderExcelTableWriter,ExcelTableWriter
Provides the excel table writer methods.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteToCell(T sourceCellData, org.apache.poi.ss.usermodel.Cell destCell) writes cell data to the cell.Methods inherited from interface jp.ecuacion.util.poi.excel.table.IfExcelTable
getFarLeftAndTopHeaderLabel, getHeaderLabelData, getNumberOfHeaderLines, getSheetName, getStringValue, validateHeaderData
-
Method Details
-
writeToCell
writes cell data to the cell.- Parameters:
sourceCellData- sourceCellDatadestCell- destCell
-