How to read Excel data in Mendix.

0
I wan to explore how to read excel file that will be store in AWS S3 bucket so how to do that in mendix and how to pass or insert data in same Excel.
asked
1 answers
0

Hi Priya,
There are modules to read and write data from excel on mendix marketplace.


You can use this offiicial document, this will explain to you how to use those modules.
https://docs.mendix.com/refguide/use-excel-documents/


I hope you already have S3 connector to get your data otherwise you can use AWS S3 Connector module from maketplace.

For that you can refer to this document https://docs.mendix.com/appstore/modules/aws/amazon-s3/

Hope it helps 🙂

answered