Interface IfDataTypeCellExcelTable

All Superinterfaces:
IfExcelTable<org.apache.poi.ss.usermodel.Cell>
All Known Subinterfaces:
IfDataTypeCellExcelTableReader, IfDataTypeCellExcelTableWriter
All Known Implementing Classes:
CellFreeExcelTableReader, CellFreeExcelTableWriter, CellOneLineHeaderExcelTableReader, CellOneLineHeaderExcelTableWriter

public interface IfDataTypeCellExcelTable extends IfExcelTable<org.apache.poi.ss.usermodel.Cell>
Provides the excel table interface with object type obtained from the excel data is Cell.
  • 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: IfExcelTable
      Is used to get the header label string from the argument cell data.
      Specified by:
      getStringValue in interface IfExcelTable<org.apache.poi.ss.usermodel.Cell>
      Parameters:
      cellData - data obtained from the cell
      Returns:
      String value obtained from the cellData
      Throws:
      jp.ecuacion.util.poi.excel.exception.ExcelAppException - ExcelAppException