Interface SheetDescriptor

    • Method Detail

      • getName

        String getName()
        Get sheet name
        Returns:
        sheet name
      • getIndex

        int getIndex()
        Get index of the sheet in workbook
        Returns:
        sheet index
      • getFirstRowNum

        int getFirstRowNum()
        Get the first row on physical sheet. Is available after sheet cells are parsed.
      • getFirstColNum

        int getFirstColNum()
        Get the first column on physical sheet. Is available after sheet cells are parsed.