Hi Harsh,
To export data from Entity A and Entity B into two separate Excel sheets in Mendix, start by installing the Excel Exporter module from the Marketplace. Once installed, run your app locally and access the Excel Exporter admin page (usually via a temporary page or http://localhost:8080).
Create a new Excel Export Document, name it (e.g., “Export A and B”), then add two sheets:
After configuring both sheets, create a microflow that retrieves the required data and calls the GenerateExcelDoc Java action provided by the module. Connect this microflow to a button in your UI. When triggered, it will generate an Excel file with both sheets and download it.
Let me know if you want help creating the microflow or setting up the template.
Let me know if you face any issues,
hope it helps!
Hi Harsh,
Please refer the below article