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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading

How can I load multiple Excel sheet in single load statement?????

3 Replies
sujeetsingh
Master III
Master III

no you have to give load statement for each file

kumarnatarajan
Partner - Specialist
Partner - Specialist

Hi,

Refer this url.It's very helpful for you

http://community.qlik.com/thread/54342

Not applicable
Author

FOR Each vSheet in 'Sheet1','Sheet2','Sheet3'

Table:

load *

from  D:\book2.xlsx (00xml,embedded labels, table is $(vSheet));

next vSheet;