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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Want to Excel sheets upload at a time..

Hi Community.

   I have an Excel sheet , which contains 5 tabs.

   We can select each tab every time to upload data into qlikview.

    But

    Is there any other  way to upload All tabs at a time into qlikview ???

Thanks and Regards

Satti 

4 Replies
Not applicable
Author

try this

Load *

From $(Path)\*.xls

(biff, embedded labels, table is Sheet1$);

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See here.


talk is cheap, supply exceeds demand
Not applicable
Author

you can also try like er.

for each vSheet in 'Sheet1','Sheet2','Sheet3'

a:

load *

FROM

C:\Users\admin\Desktop\Book2.xlsx

(ooxml, embedded labels, table is $(vSheet));   

Next vSheet;

Not applicable
Author

Hi Gysbert,

Could you please attach sample Application .

Thanks and Regards

Satti