Module jp.ecuacion.util.poi
Package jp.ecuacion.util.poi.excel.table
Interface IfDataTypeCellExcelTable
- All Superinterfaces:
IfExcelTable<org.apache.poi.ss.usermodel.Cell>
- All Known Subinterfaces:
IfDataTypeCellExcelTableReader,IfDataTypeCellExcelTableWriter
- All Known Implementing Classes:
CellFreeExcelTableReader,CellFreeExcelTableWriter,CellOneLineHeaderExcelTableReader,CellOneLineHeaderExcelTableWriter
Provides the excel table interface with object type obtained from the excel data is
Cell.-
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetStringValue(org.apache.poi.ss.usermodel.Cell cellData) Is used to get the header label string from the argument cell data.Methods inherited from interface jp.ecuacion.util.poi.excel.table.IfExcelTable
getFarLeftAndTopHeaderLabel, getHeaderLabelData, getNumberOfHeaderLines, getSheetName, ignoresAdditionalColumnsOfHeaderData, ignoresAdditionalColumnsOfHeaderData, validateHeaderData
-
Method Details
-
getStringValue
@Nullable default String getStringValue(@Nullable org.apache.poi.ss.usermodel.Cell cellData) throws jp.ecuacion.lib.core.exception.checked.BizLogicAppException Description copied from interface:IfExcelTableIs used to get the header label string from the argument cell data.- Specified by:
getStringValuein interfaceIfExcelTable<org.apache.poi.ss.usermodel.Cell>- Parameters:
cellData- data obtained from the cell- Returns:
Stringvalue obtained from thecellData- Throws:
jp.ecuacion.lib.core.exception.checked.BizLogicAppException- BizLogicAppException
-