We are using Qlik through an API in our Angular SPA. To export data from Qlik visualization we are using exportData method that returns URL to Excel file on Qlik server.
The problem is if we have a multiple visualization we return URL to multiple Excel files, but our requirement is to have one file with multiple tabs. Also we want to name that in custom way, not to use the name Qlik comes up with.
If anyone knows how to handle those issues without writing custom code that would be great.
Thank you.