Interface ExcelReader<T>

All Known Implementing Classes:
AbstractExcelReader, MapReader, ModelReader

public interface ExcelReader<T>
  • Method Summary

    Modifier and Type Method Description
    List<T> read()
    Returns a list after this reads the excel file.
  • Method Details

    • read

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