Class ExcelResultSet<T>

java.lang.Object
com.github.cla9.excel.reader.worker.ExcelResultSet<T>
Type Parameters:
T - the type parameter

public class ExcelResultSet<T>
extends java.lang.Object
The type Excel result set.
  • Method Summary

    Modifier and Type Method Description
    java.util.List<ExceptionRow<T>> getErrors()
    Gets errors.
    java.util.List<T> getItems()
    Gets items.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getItems

      public java.util.List<T> getItems()
      Gets items.
      Returns:
      the items
    • getErrors

      public java.util.List<ExceptionRow<T>> getErrors()
      Gets errors.
      Returns:
      the errors