Import excel data to database

0
Hello Experts, I am creating one web application of customer dashboard. When I will select Month from dropdown list, budget details will show on page for the month. I have one excel sheet in which many tables information is saved. I want to create Entities in mendix according to table information in excel sheet. How to import excel data into mendix database?  Thanks and Regards, Nayana
asked
2 answers
0

Hi,

you can use the Mendix Excel Importer from the app store. https://appstore.home.mendix.com/link/app/72/

Don’t forget to run the MxModelReflection before creating a new template. :-)

Best regards 

Tjark

answered
0

This How To provides a thorough explanation of the steps you need to follow:  https://docs.mendix.com/howto/integration/importing-excel-documents#1-introduction

answered