Interface SheetLoader

    • Method Detail

      • getSheet

        org.apache.poi.ss.usermodel.Sheet getSheet()
        Get the sheet. Depending on implementation, when this method is repeatedly called, it can (but mustn't) return the different instances of Sheet java object.
        Returns:
        loaded sheet
      • getSheetName

        String getSheetName()
        Get the sheet name
        Returns:
        sheet name
      • getCellLoader

        CellLoader getCellLoader​(int column,
                                 int row)
        Get the cell accessor of current sheet
        Parameters:
        column - the column of current sheet
        row - the row of current sheet
        Returns:
        the cell accessor of current sheet