Question

Exporting data to Excel file with separate sheets for each table in Aurena

  • 9 August 2021
  • 2 replies
  • 81 views

Userlevel 3
Badge +7

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


This topic has been closed for comments

2 replies

Userlevel 7
Badge +30

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!

 

Userlevel 3
Badge +7

Thank you @Mathias Dahl for the quick response 😀

Regards,
Tharindu