Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
adrianfer
Contributor III
Contributor III

Qlik Sense Mashup - export multiple tables to excel

I was wondering if anyone else has found a solution to do this? We wanted to export multiple tables to one excel file, on separate tabs.

1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

Have you had a look at this article?

Qlik Design Blog Export Data, Image and Pdf from Qlik Sense September 2018 Capability API

The "exportData" method supports ooxml as a format which means that modern Excel files can be made. However support for having separate sheets is not there. You will have to do some post-processing to get multiple Excel files to "merge" into one Excel workbook as separate sheets. That can be achieved by an Excel VBA-macro for instance.

Maybe this is what you need or a step towards what you need ...

View solution in original post

2 Replies
petter
Partner - Champion III
Partner - Champion III

Have you had a look at this article?

Qlik Design Blog Export Data, Image and Pdf from Qlik Sense September 2018 Capability API

The "exportData" method supports ooxml as a format which means that modern Excel files can be made. However support for having separate sheets is not there. You will have to do some post-processing to get multiple Excel files to "merge" into one Excel workbook as separate sheets. That can be achieved by an Excel VBA-macro for instance.

Maybe this is what you need or a step towards what you need ...

shlomoh
Contributor III
Contributor III

You can do this and much more, using LogiExport extension for QlikSense
https://logiexport.logsys.co.il/documentation/
See the "Multiple Objects" section.