Class TsvSpreadSheetHandler

    • Constructor Detail

      • TsvSpreadSheetHandler

        public TsvSpreadSheetHandler()
    • 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)
      • 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