Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Send to excel (Opens a new browser window)

Hello!

When we are using the ajax client and "send to excel" command they will appear in a new browser windows instead of in excel.

How to i change this?

I want the "send to excel" button to send it right away to excel.

//BR

Patrik

1 Solution

Accepted Solutions
Not applicable
Author

In windows 7 you need to set this key in the register: [HKEY_LOCAL_MACHINE\Software\Classes\Excel.Sheet.8]

Add the following Dword: "BrowserFlags" and then put an 8 in it.

View solution in original post

3 Replies
antose
Partner - Creator II
Partner - Creator II

Hi!

Try this!

xls.JPG

gauravkhare
Creator II
Creator II

Hi Patrik,

You can always make use of a button and on it's click the macro which is written for sending it to excel will execute.. it's a simple vb scripting.. Try out!!

Not applicable
Author

In windows 7 you need to set this key in the register: [HKEY_LOCAL_MACHINE\Software\Classes\Excel.Sheet.8]

Add the following Dword: "BrowserFlags" and then put an 8 in it.