Loading data from an excel spreadsheet during development process

0
Hello guys, I wonder how I can get data into a module from an excel spreadsheet while the app is already in development process. I know that I can create an app right from a spreadsheet at the beginning of the app development process. Now I wonder, how I can get my data from an excel sheet during development. Regards, David
asked
2 answers
1

You can not do this the same way you can at the beginning of a project. You can however import your data with the excel importer module from the appstore: https://appstore.home.mendix.com/link/app/72/

answered
0

Hi David,

As Maarten Suggested, you can import data with the excel importer module.

Adding some more documentation related to excel importer for your reference.

https://docs.mendix.com/appstore/modules/excel-importer

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

I hope this will helps you

answered