How to import excel data into my mendix database entity

0
In order to not waste time entering all the data myself, I want to import excel table data in my mendix database entity. The database have a single entity with all the attributes. Would appreciate straight forward ways to do it. 
asked
2 answers
2

Hi Umair,

Here's a how-to for importing excel files into your Mendix app.

https://docs.mendix.com/howto/integration/importing-excel-documents

This is a good way and after some practice you should be able to implement it within 15 minutes.

Good luck!

answered
0

Add the AppStore Module “Excel Importer” to your App. 

 

answered