EXCEL IMPORTER

1
I used to excel importer wwithout problems but now I have this error: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: Document could not be read, because: Invalid index at ExcelImporter.IVK_SaveContinue_CreateTemplateFromDoc (JavaAction : 'Get the columns from the template document')   Seen before by anybody?
asked
1 answers
1

I found solution, I used xlsx, when I saved sheet als xls it worked  to create template.

 

But then I run into this execution error, both local and in the cloud

 

ActionManager

Error in execution of monitored action '{"name":"ExcelImporter.IVK_ImportTemplateDocument","type":"Microflow"}' (execution id: 1f7eab05-9384-4fe1-9b76-dafa775b1969, execution type: CLIENT_ASYNC_MONITORED)

 

java.lang.NoSuchMethodError: replication.ObjectConfig.removeUnusedObjects(Lreplication/ReplicationSettings$ChangeTracking;Ljava/lang/String;)V
    at excelimporter.reader.readers.ExcelReader.setAdditionalProperties(ExcelReader.java:536)
    at excelimporter.reader.readers.ExcelReader.importData(ExcelReader.java:235)
    at excelimporter.reader.ExcelImporter.startImport(ExcelImporter.java:120)
    at excelimporter.actions.StartImportByTemplate.executeAction(StartImportByTemplate.java:54)
    at excelimporter.actions.StartImportByTemplate.executeAction(StartImportByTemplate.java:25)
    at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)
    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79)
    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57)
    at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)
    at com.mendix.basis.actionmanagement.ActionManager$1.execute(ActionManager.java:201)

answered