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: 
nareshthavidishetty
Creator III
Creator III

excel files with different sheet names

Hi how to load multiple excel files with different sheet names

3 Replies
sunny_talwar

Check this and see if this helps

for Each file in 'A' , 'B'

Table$(file):

LOAD *

FROM

Community_205639.xlsx

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

NEXT

nareshthavidishetty
Creator III
Creator III
Author

Hi Avinash i already tried that but wont work