Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need to load all sheets of a excel document dynamically. Is this possible using "*" symbol? If possible then how? If not then also please show me a way out.
Thanks.......all helpful guys.
It has been discussed in here, several times, so a search in the forum, would probably have helped you 🙂
Have a look at Rob Wunderlich's cookbook. There is a nice example on how to load multiple sheets from Excel.
http://robwunderlich.com/Download.html
If all the sheet is name with a number, like year or month eg. 201003,201004,201005 etc, it is also possible, to do a loop, using "For each".
/Martin
Thanks Martin.
I went through the blog. But i am still struggling with it. I have a workbook with many sheets which are having identical fields. My excel is 2007. That is it is not BIFF but "ooxml ". I don't know if this only is making me struggling. I tried the blog suggested way but with vain. Can you please help me further.
Thanks and regards,
tresesco
Can you post an example of your file - then I will try and see if I can come up with a solution on this.
/Martin
Hi,
Look at the sample attachment(Excel). It has three sheets, but in reality it may contain many sheets which would not necessarily be named as Sheet1, Sheet2,....
Now i need all those sheet loaded at one go(dynamically). Hope this would let you understand better.
Thanks and regards,
tresesco
Hi
Have a look at the attached file - remember to change the ODBC connection. Furthermore, you need to install a driver that accepts Excel 2007
I hope it helps.
/Martin
Hi,
I had the same problem and used this method. Give it a try.
http://community.qlik.com/blogs/qlikviewblogs/archive/2008/09/29/loading-multiple-excel-sheets.aspx
Regards,