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.
-
Method Details
-
getStringValue
@Nullable default String getStringValue(@Nullable org.apache.poi.ss.usermodel.Cell cellData) throws jp.ecuacion.util.poi.excel.exception.ExcelAppException 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.util.poi.excel.exception.ExcelAppException- ExcelAppException
-