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: 
gidon500
Creator II
Creator II

Export to xls.file

Hi Guys

enclosed is a qlik doc with an export bottom

it creates xls file for the table

I want to export only part of the table

not  to include the first line and the first colomn

is it possible

thanks

gidon

1 Solution

Accepted Solutions
asgardd2
Creator III
Creator III

The simplest way is after exporting into Excel to remove the first column and first row.

Add in your macro function Export four rows:

XLSheet.Rows("1:1").Select

XLApp.Selection.Delete -4162

XLSheet.Columns("A:A").Select

XLApp.Selection.Delete -4159

View solution in original post

5 Replies
gidon500
Creator II
Creator II
Author

the export bottom apply a macro

asgardd2
Creator III
Creator III

The simplest way is after exporting into Excel to remove the first column and first row.

Add in your macro function Export four rows:

XLSheet.Rows("1:1").Select

XLApp.Selection.Delete -4162

XLSheet.Columns("A:A").Select

XLApp.Selection.Delete -4159

gidon500
Creator II
Creator II
Author

Hi Anton

I will try that

thanks

gidon

HirisH_V7
Master
Master

Hi ,

Is there any way to do it with out macro!!

-Hirish

HirisH
“Aspire to Inspire before we Expire!”
HirisH_V7
Master
Master

Hi,

This may help You out with out using macros,

http://market.qlik.com/cia-report-manager.html

Check this,

Hirish

HirisH
“Aspire to Inspire before we Expire!”