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.
-
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
-