How to Excel Exporter with Images mendix 10.12

0
Export Mendix to Excel with images from Datagrid or others
asked
2 answers
1

Hi Chalermporn,

     As of Mendix 10.12, exporting images to Excel directly from a DataGrid or any other source is not supported using the standard Excel Exporter module.

But alternatively you can achieve this by using custom java action or if you're okay using PDF instead of Excel, the Document Template + Generate Document option supports image rendering easily.

 

Thanks 

Guna

answered
0

Hi Chalermporn Sununtawit,

In Mendix 10.12, the Excel Exporter module doesn’t support exporting images directly from a DataGrid.

A common workaround is using a custom Java action with Apache POI to generate an Excel file and embed images manually.

If that’s too complex, you can also consider exporting to PDF using Document Templates, which support images out of the box. Another option is using an external service (like Node.js or Python) to handle Excel generation with images and calling it via API from Mendix.

 

Thanks

Reemali

answered