Options

I am getting this error when importing an excel file that is smaller than a previous file that loade

HacHac Member Posts: 9 Newbie
edited July 2020 in Help
Exception: java.lang.ArrayIndexOutOfBoundsException
Message: 1
Stack trace:

  com.rapidminer.operator.nio.model.xlsx.XlsxNumberFormats.setCellNumberFormatId(XlsxNumberFormats.java:65)
  com.rapidminer.operator.nio.model.xlsx.XlsxNumberFormatParser.parseNumberFormats(XlsxNumberFormatParser.java:144)
  com.rapidminer.operator.nio.model.xlsx.XlsxResultSet.<init>(XlsxResultSet.java:248)
  com.rapidminer.operator.nio.model.xlsx.XlsxResultSet.<init>(XlsxResultSet.java:329)
  com.rapidminer.operator.nio.model.xlsx.XlsxSheetTableModel.<init>(XlsxSheetTableModel.java:113)
  com.rapidminer.operator.nio.model.ExcelResultSetConfiguration.createExcelTableModel(ExcelResultSetConfiguration.java:216)
  com.rapidminer.operator.nio.model.ExcelResultSetConfiguration.createExcelTableModel(ExcelResultSetConfiguration.java:193)
  com.rapidminer.studio.io.data.internal.file.excel.ExcelSheetSelectionPanelModel$1.loadTableModel(ExcelSheetSelectionPanelModel.java:212)
  com.rapidminer.studio.io.data.internal.file.excel.ExcelSheetSelectionPanelModel$1.run(ExcelSheetSelectionPanelModel.java:176)
  com.rapidminer.gui.tools.ProgressThread$3.run(ProgressThread.java:586)
  java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  java.lang.Thread.run(Thread.java:748)
Tagged:

Best Answer

  • Options
    HacHac Member Posts: 9 Newbie
    Solution Accepted
    This issue is resolved. thanks.
Sign In or Register to comment.