Class ExcelSheetResultSet

java.lang.Object
com.inet.excel.ExcelResultSet
com.inet.excel.ExcelSheetResultSet
All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper

public class ExcelSheetResultSet extends ExcelResultSet
Class for result set used to retrieve data of the sheet from Excel document.
  • Constructor Details

    • ExcelSheetResultSet

      public ExcelSheetResultSet(ExcelParser parser, String sheetName, int maxRowsPerBatch)
      Constructor of the class.
      Parameters:
      parser - component responsible for reading data from Excel document.
      sheetName - name of the sheet from Excel document.
      maxRowsPerBatch - maximum number of rows read at one time.
      Throws:
      IllegalArgumentException - if any of given arguments is null; if max number of rows per batch is not greater than zero.
  • Method Details