Change Mendix verison or make excel importer work

0
Hello guys, Since I have an urgent case where I have to import data from a large excel spreadsheet, I need your help with this problem. I tried to follow a tutorial on how to import excel files into my application, but the excel importer only supports mendix 7.23.7.55882. Now I am running mendix studio Pro 8.12.1. How can I change versions or make excel importer work on my current build? Heres a photo of my errors.  Regards, David
asked
2 answers
1

Download version 7.0.0, with your normal browser, then add the module in your project

answered
1

Hi David,

Excel Importer module is working in all version. This error depicts the missing one of the required module. You need to download MxModelReflection module from app store which is the dependency for this module.

Refer this learning path : https://gettingstarted.mendixcloud.com/link/module/142/lecture/1220/4.1-Importing-Data

I hope this helps you

answered