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: 
Anonymous
Not applicable

loading different excel files at a time

hi all,

i have different excel files with different names .so how to load all these files at a time .

Thanks

3 Replies
its_anandrjs
Champion III
Champion III

Hi,

There are many ways for this try this ways

Load multiple sheets and excel files

Load Multiple excel sheets using For loop

LOAD *

FROM

(ooxml, no labels, table is sheet1);

Or

LOAD *

FROM *.xlsx
(ooxml, embedded labels, table is [$(*)]);

Regards

Anand

Anonymous
Not applicable
Author

hi  first of all thanks for your reply , i have another doubt if we have different file formats like .txt, xlsx etc then  how to load  ?

its_anandrjs
Champion III
Champion III

Hi,

If you can read this post it provides info for the multiple file loading

Re: loop through to load all files from a folder and its subfolders?

Regards

Anand