Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
mel78
Contributor II
Contributor II

Extension and export data (Excel)

I developed a custom extension. How can give the user option to export to excel ?

Thanks.

3 Replies
Aiham_Azmeh
Employee
Employee

hi @mel78 ,

You should be able to use table API. Check - https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Extensions/Content/Sense_Extensions/...

 

I hope this helps.

mel78
Contributor II
Contributor II
Author

My extension has an array which is bound to a html table. I do not have a HyperCube in my extension. 

ajaykakkar93
Specialist III
Specialist III

Hi,

add this to your code
support: {
snapshot: false,
export: false,
exportData: true
},

this might be already there but check the Boolean values

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting