Interface EvaluationWorkbook

    • Method Detail

      • getSheetName

        String getSheetName​(int sheetIndex)
      • getSheetIndex

        int getSheetIndex​(EvaluationSheet sheet)
        Returns:
        -1 if the specified sheet is from a different book
      • getSheetIndex

        int getSheetIndex​(String sheetName)
        Finds a sheet index by case insensitive name.
        Returns:
        the index of the sheet matching the specified name. -1 if not found
      • getExternalSheet

        EvaluationWorkbook.ExternalSheet getExternalSheet​(int externSheetIndex)
        HSSF Only - fetch the external-style sheet details

        Return will have no workbook set if it's actually in our own workbook

      • getExternalSheet

        EvaluationWorkbook.ExternalSheet getExternalSheet​(String firstSheetName,
                                                          String lastSheetName,
                                                          int externalWorkbookNumber)
        XSSF Only - fetch the external-style sheet details

        Return will have no workbook set if it's actually in our own workbook

      • convertFromExternSheetIndex

        int convertFromExternSheetIndex​(int externSheetIndex)
        HSSF Only - convert an external sheet index to an internal sheet index, for an external-style reference to one of this workbook's own sheets
      • getExternalName

        EvaluationWorkbook.ExternalName getExternalName​(int externSheetIndex,
                                                        int externNameIndex)
        HSSF Only - fetch the external-style name details