How can I link data in an excel to my mendix app

0
Hello,   I was wondering if it is possible to connect an excel sheet either an online version or local version to my mendix app. I know of the excel import and that works well for me. But I want to know if it is possible for me to make changes in an excel document and those changes to be reflected in my mendix app. Lets say add data in the sheet can that data be then added to the app in the sandbox?   Any suggestions or ways to do this would be much appreciated. Thanks.
asked
1 answers
4

OData would enable you to do this.  You would create a published OData service in your Mendix app and then point Excel to that service to retrieve and update the data.

***EDIT***

Resources below

https://docs.mendix.com/refguide/published-odata-services/

https://docs.mendix.com/data-hub/

https://academy.mendix.com/link/paths/111/Create-and-Share-Data-Between-Apps-Using-the-Data-Hub-Catalog

answered