<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic AW:Loading data from multiple excel files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156445#M32319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can leave out the part of naming the table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;value1,&lt;BR /&gt;value2,&lt;BR /&gt;value3&lt;BR /&gt;FROM \*.xls (biff, embedded labels);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;For more comfort with subfolders you should have a look to following wiki:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;http://community.qlik.com/wikis/qlikview-wiki/loading-data-from-multiple-xls-files-from-folder-with-subfolder.aspx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2009 12:55:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-13T12:55:55Z</dc:date>
    <item>
      <title>Loading data from multiple excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156440#M32314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to load the data from multiple xls files present in one folder. The different excel files contain the many sheet with different names. How can I load the data from these excel files to the one qvd provided all sheets have same data format(same no of columns and their respective details).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 22:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156440#M32314</guid>
      <dc:creator />
      <dc:date>2009-08-12T22:06:26Z</dc:date>
    </item>
    <item>
      <title>Loading data from multiple excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156441#M32315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;You can load multiple XLS files in one folder with this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Load field1,&lt;BR /&gt; field2,&lt;BR /&gt; field3&lt;BR /&gt;from .\Folder\*.xls (biff, embedded labels, table is Sheet1$);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;there you'll load every file in the folder, nevertheless every file need to have a "Sheet1", you can't load every sheet in an XLS file (or i don't find the way), you need to load one by one every sheet.&lt;/P&gt;&lt;P&gt;I hope I could help you.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Enrique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 22:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156441#M32315</guid>
      <dc:creator />
      <dc:date>2009-08-12T22:24:54Z</dc:date>
    </item>
    <item>
      <title>Loading data from multiple excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156442#M32316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeap Thats a working solution but what if the no of excels present in the folder are varying with time . Please help me with some other good solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 00:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156442#M32316</guid>
      <dc:creator />
      <dc:date>2009-08-13T00:45:30Z</dc:date>
    </item>
    <item>
      <title>Loading data from multiple excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156443#M32317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the number or excels files are diferente every time that you reload the aplication this code work fine.&lt;/P&gt;&lt;P&gt;I have implemented this same solution in one customer, where the excel files is a very large o very short number depending of the reports of his people in the field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 04:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156443#M32317</guid>
      <dc:creator />
      <dc:date>2009-08-13T04:19:12Z</dc:date>
    </item>
    <item>
      <title>Loading data from multiple excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156444#M32318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah but you must be having the excel files with same sheet name which I dont have Thats why I am looking for some kind of code which can handle loading the multiple excels with different sheet names with same data format present at one location&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 09:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156444#M32318</guid>
      <dc:creator />
      <dc:date>2009-08-13T09:23:32Z</dc:date>
    </item>
    <item>
      <title>AW:Loading data from multiple excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156445#M32319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can leave out the part of naming the table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;value1,&lt;BR /&gt;value2,&lt;BR /&gt;value3&lt;BR /&gt;FROM \*.xls (biff, embedded labels);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;For more comfort with subfolders you should have a look to following wiki:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;http://community.qlik.com/wikis/qlikview-wiki/loading-data-from-multiple-xls-files-from-folder-with-subfolder.aspx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 12:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156445#M32319</guid>
      <dc:creator />
      <dc:date>2009-08-13T12:55:55Z</dc:date>
    </item>
    <item>
      <title>Loading data from multiple excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156446#M32320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something that I forgot that could be useful is that if you're XLS files' columns are added in time, you can use * instead of the fields' names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;load *&lt;BR /&gt;FROM \*.xls (biff, embedded labels);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;save it in a QVD file and after sort the fields that you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Enrique&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 23:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-multiple-excel-files/m-p/156446#M32320</guid>
      <dc:creator />
      <dc:date>2009-08-13T23:45:06Z</dc:date>
    </item>
  </channel>
</rss>

