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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
brunopaulo
Partner - Creator II
Partner - Creator II

Loading several sheets without using ODBC

Hi community,

I'm trying load several sheets from 1 excel file but i can't do it.
The sheets names are random (and i want do this dynamically)
I can't make the connection odbc ( i tried 32, 64 and only with connect to) problem i don't know acess to server and/or if excel file is in server. So i'm trying turn this around.

Any ideas?

Thank you
Best Regards

Bruno Paulo

Labels (1)
10 Replies
brunopaulo
Partner - Creator II
Partner - Creator II
Author

I'm trying do this

FOR EACH vSheet IN 'Alias','Sheet different','Sheet1','Business B'

Function:

LOAD Name,

     Number,

     Function

FROM

[..\Dados\NameFile.xls]

(biff, embedded labels, header is 1 lines, table is $(vSheet));

NEXT