Interface UstraExcelWorksheetDataProvider<T>

Type Parameters:
T -
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UstraExcelWorksheetDataProvider<T>
엑셀 데이터 제공 기능
  • Method Summary

    Modifier and Type
    Method
    Description
    provide(int index)
    엑셀로 변환할 데이터 목록을 제공 null 또는 empty로 반환될 경우, 데이터 수집은 종료된다.
  • Method Details

    • provide

      List<T> provide(int index)
      엑셀로 변환할 데이터 목록을 제공 null 또는 empty로 반환될 경우, 데이터 수집은 종료된다.
      Parameters:
      index - 데이터 순번 (1부터 시작)
      Returns:
      데이터 목록