Module jp.ecuacion.util.poi
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 Summary
Modifier and TypeMethodDescriptiondefault voidwriteToCell(org.apache.poi.ss.usermodel.Cell sourceCellData, org.apache.poi.ss.usermodel.Cell destCell) Writes a value to the cell.Methods inherited from interface jp.ecuacion.util.poi.excel.table.IfDataTypeCellExcelTable
getStringValueMethods inherited from interface jp.ecuacion.util.poi.excel.table.IfExcelTable
getFarLeftHeaderLabel, getSheetName, validateHeader
-
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:
writeToCellin interfaceIfExcelTableWriter<org.apache.poi.ss.usermodel.Cell>- Parameters:
sourceCellData- sourceCellDatadestCell- destCell
-