Skip to main content

Hi,

I have a requirement in Aurena to add an action which will output an Excel file with sheets.

Action should be added to the parent and when clicked all the child elements should be added as sheets of that excel file and excel file should be downloaded.
Any suggestions? 🤔
Thanks

Regards,
Tharindu

You would probably need to get your hands dirty with some Java coding to do that.

You will need to do a lot of database queries in Java, plus create an Excel file also using Java code (I am sure there are libraries for it).

It’s probably hard work, but it should be doable. I mean our reporting functionality does something similar when it creates Excel file. So there should exist code to look at (no, I don’t know where 🙂 )

Good luck!

 


Thank you @Mathias Dahl for the quick response 😀

Regards,
Tharindu