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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
rohit214
Creator III
Creator III

how to load all execl sheets

hi all

i have execl 10 execl files..but senario is all execl name is A but sheet name is diffrent

so how to fetch the all execl file at a time

thanks &regards

rohit

3 Replies
Not applicable

try something like this

load *

FROM \A*.xls (biff, embedded labels);

rohit214
Creator III
Creator III
Author

hi Prasath,

that is i know

but in execl file sheet name is diffrent

like Sheet1,Sheet11....etc

thanks 

rohit

Not applicable

Hi

have a look to this link http://qlikviewnotes.blogspot.com/2008/09/loading-multiple-excel-sheets.html

it may help

Regards

Gilles