Interface IfDataTypeStringExcelTableReader

All Superinterfaces:
IfDataTypeStringExcelTable, IfExcelTable<String>, IfExcelTableReader<String>
All Known Implementing Classes:
StringFreeExcelTableReader, StringOneLineHeaderExcelTableReader, StringOneLineHeaderExcelTableToBeanReader

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

    • getCellData

      default String getCellData(org.apache.poi.ss.usermodel.Cell cell)
      Description copied from interface: IfExcelTableReader
      Returns the obtained value from the cell.

      If you want to get String value from the cell, it returns the String value.

      Specified by:
      getCellData in interface IfExcelTableReader<String>
      Parameters:
      cell - cell, may be null.
      Returns:
      the obtained value from the cell
    • isCellDataEmpty

      default boolean isCellDataEmpty(@Nullable String cellData)
      Description copied from interface: IfExcelTableReader
      Returns whether the value of the cell is empty.
      Specified by:
      isCellDataEmpty in interface IfExcelTableReader<String>
      Parameters:
      cellData - cellData
      Returns:
      whether the valule of the cell is empty.
    • getNoDataString

      NoDataString getNoDataString()
      Gets NoDataString.
      Returns:
      NoDataString