Excel Importer exception

0
Excel Importer module :- I am getting the following exception while importing the data through Excel Importer:- com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreException: Document could not be read, because: Can't read content types part ! at ExcelImporter.IVKSaveContinueCreateTemplateFromDoc (JavaAction : 'Get the columns from the template document') Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(SourceFile:158) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreException: Document could not be read, because: Can't read content types part ! at com.mendix.core.component.InternalCore.execute(SourceFile:274) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreException: Document could not be read, because: Can't read content types part ! at com.mendix.core.actionmanagement.ActionManager.executeSync(SourceFile:210) Caused by: com.mendix.core.CoreException: Document could not be read, because: Can't read content types part ! at excelimporter.reader.readers.ExcelReader.getHeaders(ExcelReader.java:190) Caused by: org.apache.poi.openxml4j.exceptions.InvalidFormatException: Can't read content types part ! at org.apache.poi.openxml4j.opc.internal.ContentTypeManager.<init>(ContentTypeManager.java:107) at org.apache.poi.openxml4j.opc.internal.ZipContentTypeManager.<init>(ZipContentTypeManager.java:56) at org.apache.poi.openxml4j.opc.ZipPackage.getPartsImpl(ZipPackage.java:188) at org.apache.poi.openxml4j.opc.OPCPackage.getParts(OPCPackage.java:665) at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:226) at excelimporter.reader.readers.ExcelXLSXHeaderReader.<init>(ExcelXLSXHeaderReader.java:33) at excelimporter.reader.readers.ExcelReader.getHeaders(ExcelReader.java:177) at
asked
1 answers
0

I think you should give some more info about the Excel you are trying to create a template from. It seems to have some problems reading the column names. Could you post some info about the first line with the column names in your Excel?

Regards,

Ronald

answered