<?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 Re: Loading Multiple Excel Sheets Dynamically along with the File Name and Sheet Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148206#M889439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try this below process to load the multiple excel from any particular folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\FolderName\*.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is SheetName);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE Table into $(VPath)Table1.qvd;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2016 06:05:40 GMT</pubDate>
    <dc:creator>susovan</dc:creator>
    <dc:date>2016-09-06T06:05:40Z</dc:date>
    <item>
      <title>Loading Multiple Excel Sheets Dynamically along with the File Name and Sheet Name</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148202#M889435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi all,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This is my first time asking question for Qlik so please bear with me. Basically, I want to load data from several .xlsx files in a folder along with sheet name and file name. I tried using the method suggested here: &lt;A href="https://community.qlik.com/docs/DOC-7860" target="_blank"&gt;Loading Multiple Excel Sheets Dynamically along with file name and sheet name&lt;/A&gt; but it won't work for me. The actual code:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FOR&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;EACH&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;file&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;in&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;FileList&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;('filepath\*.xlsx');&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;//In order to get the file &lt;/SPAN&gt;information from SQLtables command&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; making use of the ODBC connection format &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;ODBC&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CONNECT32&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;TO&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: maroon;"&gt;[Excel Files;DBQ=$(file)]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;&lt;BR /&gt;tables: &lt;BR /&gt;SQLtables; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DISCONNECT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FOR&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt; = 0 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;to&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;NoOfRows&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;('tables')-1&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;sheetName&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;purgeChar&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;purgeChar&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;peek&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;('TABLE_NAME', &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: maroon;"&gt;i&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;, 'tables'), &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;(39)), &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;(36));&lt;BR /&gt;Table:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt; * ,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;FileBaseName&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: maroon;"&gt;FIle&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;FileDir&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: maroon;"&gt;Dir&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;FileName&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: maroon;"&gt;File_Name&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;,&lt;BR /&gt;'$(sheetName)' &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: maroon;"&gt;Sheet_name&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;From&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;$(file)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt; [$(sheetName)]);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;NEXT&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: green;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I don't have any connection to SQL or use SQL for that matter and &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I'm confused as to what ODBC connect line does. I already changed the filepath. &lt;/SPAN&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148202#M889435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheets Dynamically along with the File Name and Sheet Name</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148203#M889436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to create an ODBC to connect to excels. Check : &lt;A _jive_internal="true" href="https://community.qlik.com/message/716434#716473" title="https://community.qlik.com/message/716434#716473"&gt;https://community.qlik.com/message/716434#716473&lt;/A&gt; here to know how.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 04:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148203#M889436</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-09-06T04:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheets Dynamically along with the File Name and Sheet Name</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148204#M889437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might help u:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Code to Access all files in directory (subdirectories)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SUB&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; DoDir (Root)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FOR&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; each File in filelist(Root&amp;amp; '\*.xls')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Tab1:&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;&amp;lt;&amp;lt;Field Names&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: #646464;"&gt;[$(File)]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;biff&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;labels&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;table&lt;/SPAN&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;is&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &amp;lt;&amp;lt;Table name&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;$&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NEXT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; File&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FOR&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; each Dir in dirlist (Root&amp;amp;'\*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;CALL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; DoDir(Dir)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NEXT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Dir&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;END&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SUB&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;CALL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; DoDir('Your Directory'); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Code to Access All sheets in a Excel work book&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Directory;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;for&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; a=1 &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;to&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;employee&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;Looping\constructs1.xlsx // this is the excel sheet name&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;labels&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;table&lt;/SPAN&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;is&lt;/SPAN&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;Sheet&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: #646464;"&gt;$(a)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;;// $ sign allows to access the value of a&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Next &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Code to Access all sheets in a excel work book and convert to QVD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;For&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; a=1 &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;to&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Directory1:&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;employee&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;Looping\constructs1.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;labels&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;table&lt;/SPAN&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;is&lt;/SPAN&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;Sheet&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: #646464;"&gt;$(a)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Next&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;STORE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Directory1 &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INTO&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: #004d4d;"&gt;C:\Users\amits\Desktop\Looping\Directory.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Drop&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;EM&gt;Directory1;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Directory;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;employee&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;Looping\Directory.QVD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 05:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148204#M889437</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-09-06T05:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheets Dynamically along with the File Name and Sheet Name</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148205#M889438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need an ODBC connection to Excel to get the sheet names &lt;SPAN style="font-size: 13.3333330154419px;"&gt;(the SqlTables operation)&lt;/SPAN&gt;. If you know the sheet names, then the ODBC connection is not required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 05:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148205#M889438</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-09-06T05:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheets Dynamically along with the File Name and Sheet Name</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148206#M889439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try this below process to load the multiple excel from any particular folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\FolderName\*.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is SheetName);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STORE Table into $(VPath)Table1.qvd;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 06:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheets-Dynamically-along-with-the-File/m-p/1148206#M889439</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-09-06T06:05:40Z</dc:date>
    </item>
  </channel>
</rss>

