Interface IfDataTypeStringExcelTable

All Superinterfaces:
IfExcelTable<String>
All Known Subinterfaces:
IfDataTypeStringExcelTableReader
All Known Implementing Classes:
StringExcelTableReader, StringFreeExcelTableReader, StringOneLineHeaderExcelTableReader, StringOneLineHeaderExcelTableToBeanReader

public interface IfDataTypeStringExcelTable extends IfExcelTable<String>
Provides the excel table interface with object type obtained from the excel data is String.
  • Method Details

    • getStringValue

      @Nullable default String getStringValue(@Nullable String cellData)
      Description copied from interface: IfExcelTable
      Is used to get the header label string from the argument cell data.
      Specified by:
      getStringValue in interface IfExcelTable<String>
      Parameters:
      cellData - data obtained from the cell
      Returns:
      String value obtained from the cellData