Download Excel file at client side using java action (Apache POI Lib)

0
Hi I need to export an excel file which I can do only with custom java action, because of the complexity of the file. So I'am using Apache POI api to create the excel file. The file which is generated need to be downloaded immediately to the client, and that is my problem. How to make the file to be immediately downloaded to the client.     I’m able to generate excel file at specified directory don’t know how to download same excel at client side .   I’m new to mendix kindly help.
asked
3 answers
1

Did you try the Advanced Excel module from the Marketplace? Serves most more complex use cases the Excel Exporter can’t handle. Why do you need a custom Java action here specifically?

answered
0

Hi Priyanka, 

 

You might take a look at the Excel Exporter module available in the marketplace. 

 

Regards, Thijs

answered
0

 

Hi Thijs,

Thanks for yours response. But In this scenario i can't use Excel Exporter module. Hence I have written java action.

Regards,
Priyanka

answered