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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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