You can import 2 Excel import modules and the related Java actions in order to import data from Excel into Mendix. I can provide you the specific modules and Java actions.
To give answer to your comment: Here are the three steps to implement a Java action.
Java actions are mainly used within a microflow. By adding an activity to a microflow, you can select a Java action.
After deploying the project, you are able to add the java code to the java sources in the project’s deployment location.
After following the three steps, you can deploy and run your Mendix application in order to test your action in the Internet browser.
There is an Excel importer available at the Template store. You can find the importer here. If you import these modules and Java actions into your project, you are able to import data from an Excel sheet into Mendix.
Here are the three steps to implement a Java action.
Java actions are mainly used within a microflow. By adding an activity to a microflow, you can select a Java action.
After deploying the project, you are able to add the java code to the java sources in the project’s deployment location.
After following the three steps, you can deploy and run your Mendix application in order to test your action in the Internet browser.
There already is a version available in the Template store that you can download. I asume this version is up to date and works properly. For the download go to https://template-exchange.mendix.com and login. You will find the download under the name: Excel importer.
When you donloaded this template, you can import the module in your project the way Fedor described.
Good luck.
How can I add these Java actions to my project?
Here are the three steps to implement a Java action.
Java actions are mainly used within a microflow. By adding an activity to a microflow, you can select a Java action.
After deploying the project, you are able to add the java code to the java sources in the project’s deployment location.
After following the three steps, you can deploy and run your Mendix application in order to test your action in the Internet browser.