Excel importer error for xlsx file

0
Hello Team,   I have created xlsx file and trying to import it. Getting following error. I am using Mendix version 9.24.4. Excel importer version - 10.4.0.   com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Unable to store Excel row #2 @Sheet #0    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Unable to store Excel row #2 @Sheet #0    at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreException: Document could not be imported, because: Unable to store Excel row #2 @Sheet #0    at excelimporter.reader.ExcelImporter.startImport(ExcelImporter.java:127) Caused by: com.mendix.core.CoreException: Document could not be imported, because: Unable to store Excel row #2 @Sheet #0    at excelimporter.reader.readers.ExcelReader.importData(ExcelReader.java:378)  
asked
1 answers
-1

Hi Sidheshwari,

As i can see in logs, It seems that you have wrongly mapped the excel importer, try to create correct template.

And one more question have updated MX Model reflection before using excel importer.

for more details you can check https://docs.mendix.com/appstore/modules/excel-importer/.

answered