Interface ExcelReader<W extends org.apache.poi.ss.usermodel.Workbook,​T>

All Known Implementing Classes:
AbstractExcelReader, MapReader, ModelReader

public interface ExcelReader<W extends org.apache.poi.ss.usermodel.Workbook,​T>
  • Method Summary

    Modifier and Type Method Description
    ExcelReader<W,​T> limit​(int limit)
    Limits the number of models.
    List<T> read()
    Returns a list after this reads the excel file.
  • Method Details

    • limit

      ExcelReader<W,​T> limit​(int limit)
      Limits the number of models.
      Parameters:
      limit - limit for the number of models
      Returns:
      ExcelReader
    • read

      List<T> read()
      Returns a list after this reads the excel file.
      Returns:
      list