Module jp.ecuacion.util.poi
Package jp.ecuacion.util.poi.excel.table
Interface IfDataTypeStringExcelTable
- All Superinterfaces:
IfExcelTable<String>
- All Known Subinterfaces:
IfDataTypeStringExcelTableReader
- All Known Implementing Classes:
StringExcelTableReader,StringFreeExcelTableReader,StringOneLineHeaderExcelTableReader,StringOneLineHeaderExcelTableToBeanReader
Provides the excel table interface
with object type obtained from the excel data is
String.-
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetStringValue(String 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, getSheetName, validateHeaderData
-
Method Details
-
getStringValue
Description copied from interface:IfExcelTableIs used to get the header label string from the argument cell data.- Specified by:
getStringValuein interfaceIfExcelTable<String>- Parameters:
cellData- data obtained from the cell- Returns:
Stringvalue obtained from thecellData
-