Class ExcelSpreadSheetHandler

    • Constructor Detail

      • ExcelSpreadSheetHandler

        public ExcelSpreadSheetHandler()
    • Method Detail

      • getExtensions

        public String[] getExtensions()
        Returns the list of extensions (without dot) that this handler can take care of.
        Returns:
        the list of extensions (no dot)
      • getSheetCount

        protected int getSheetCount​(File file)
        Determines the number of sheets in the spreadsheet file.
        Parameters:
        file - the spreadsheet file to check
        Returns:
        the number of sheets
      • readAll

        protected SpreadSheet[] readAll​(File file)
        Reads all the individual spreadsheets from the file.
        Specified by:
        readAll in class AbstractSpreadSheetHandler
        Parameters:
        file - the file to read
        Returns:
        the spreadsheet objects that were read from the file