<?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 XLSB file format into Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986187#M336348</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;Try this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//to read each file from the specified folder&lt;/P&gt;&lt;P&gt;FOR EACH file in FileList('C:\Users\Tamilarasu.Nagaraj\Desktop\New folder (3)\*.xlsb');&lt;/P&gt;&lt;P&gt;//In order to get the file information from SQLtables command making use of the ODBC connection format &lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=$(file)];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM '$(file)'.'Sheet1$';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2015 09:46:09 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-08-25T09:46:09Z</dc:date>
    <item>
      <title>Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986172#M336333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG alt="glitter-hello-text-smiley-emoticon.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96871_glitter-hello-text-smiley-emoticon.gif" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: verdana, geneva; font-size: 10pt; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: verdana, geneva; font-size: 10pt; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We have multiple xlsb format files and I want to load all of them in a single table. I have created ODBC connection but I can not find similar thread on how to load multiple files in single table. &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-style: inherit; font-size: 10pt; font-family: verdana, geneva; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/34510"&gt;Kaushik.solanki&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: verdana, geneva;"&gt;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-weight: inherit;"&gt;‌&amp;nbsp; I just see your threads regarding the xlsb &lt;/SPAN&gt;format&lt;SPAN style="font-size: 10pt; font-style: inherit; font-weight: inherit;"&gt; issue. Do you have any idea about this.? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10pt; font-family: verdana, geneva; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10pt; font-family: verdana, geneva; font-weight: inherit;"&gt;Thank you in advance.&lt;BR /&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-style: inherit; font-size: 10pt; font-family: verdana, geneva; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 05:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986172#M336333</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-08-25T05:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986173#M336334</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;Its not possible to load all the xlsb files in one go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986173#M336334</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2015-08-25T06:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986174#M336335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's sad. &lt;IMG __jive_id="96876" alt="smiley-sad040.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96876_smiley-sad040.gif" style="height: auto;" /&gt; Also I am facing an issue while connecting the xlsb by using the ODBC method. I have created a connection string yesterday and it was working fine. When I opened the same yesterday eveing, it showing some error. Again the problem occurs today morning. I just created the connection again and it's working fine. Not sure, whether I need to create a connection &lt;SPAN style="font-size: 13.3333330154419px;"&gt;every time&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, Thank you for the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986174#M336335</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-08-25T06:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986175#M336336</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;Try OLEDB option and see if it works in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986175#M336336</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2015-08-25T06:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986176#M336337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try something like below, this is for excel you can try the same for XLSB file using ODBC and for loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//to read each file from the specified folder&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;FOR&lt;/STRONG&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;EACH&lt;/SPAN&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;file&lt;/EM&gt;&lt;/STRONG&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;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;CONNECT32&lt;/STRONG&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;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;DISCONNECT&lt;/STRONG&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;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;FOR&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;i&lt;/EM&gt;&lt;/STRONG&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;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;LET&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;sheetName&lt;/EM&gt;&lt;/STRONG&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;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;Load&lt;/STRONG&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;$(file)&lt;/EM&gt;&lt;/STRONG&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;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;NEXT&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;i&lt;/EM&gt;&lt;/STRONG&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;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;Next&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986176#M336337</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-25T06:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986177#M336338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the same by using the "Microsoft OLE DB Provider for ODBC Drivers" but the test connection failed. See below screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="96877" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96877_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be really grateful, If you could guide me.!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986177#M336338</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-08-25T06:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986178#M336339</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;You can give a try as Jagan has said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For OLEBD it seems that the driver is corrupted, Try reinstalling the driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986178#M336339</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2015-08-25T06:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986179#M336340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified the code but I am not sure what could be the format for xlsb. I know that &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Biff - for &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;extension xls&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Ooxml - for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;extension xlsx.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you guide me. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986179#M336340</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-08-25T06:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986180#M336341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is neither format - xlsb is an Excel binary file. You can only open this via ODBC (and possibly OLEDB). You cannot load it using a normal LOAD * FROM myFile.xlsx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 07:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986180#M336341</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-25T07:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986181#M336342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems, I can not loop through the multiple files.!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 07:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986181#M336342</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-08-25T07:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986182#M336343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have a XLSB file can you attach a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 08:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986182#M336343</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-25T08:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986183#M336344</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;Can you attach the script you are using to load single xlsb file, I will update the code with loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 08:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986183#M336344</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-25T08:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986184#M336345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached some sample files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=C:\Users\Tamilarasu.Nagaraj\Desktop\New folder (3)\1.xlsb];&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM `&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;C:\Users\Tamilarasu.Nagaraj\Desktop\New folder (3)\1.xlsb&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;`.`'Sheet1$'`;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Need to create a ODBC connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly have a look. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 08:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986184#M336345</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-08-25T08:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986185#M336346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I asked you to attach the code for loading single XLSB file, so that I will update the code with the For loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 08:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986185#M336346</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-25T08:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986186#M336347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986186#M336347</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-08-25T09:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986187#M336348</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;Try this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//to read each file from the specified folder&lt;/P&gt;&lt;P&gt;FOR EACH file in FileList('C:\Users\Tamilarasu.Nagaraj\Desktop\New folder (3)\*.xlsb');&lt;/P&gt;&lt;P&gt;//In order to get the file information from SQLtables command making use of the ODBC connection format &lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=$(file)];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM '$(file)'.'Sheet1$';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986187#M336348</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-25T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986188#M336349</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;If you got the answer close this thread by giving Correct Answer to the post which helps you in getting answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 05:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986188#M336349</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-14T05:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986189#M336350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was just checking my old threads and closing some of them. The solution which you have provided was really helpful but it did not read any xlsb files. I found an alternate solution and implemented the same in my application (Long back). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986189#M336350</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-14T06:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986190#M336351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tell how you solve this and mark your post as Correct Answer, so that it will be really helpful for people who are looking for this type of solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986190#M336351</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-14T06:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XLSB file format into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986191#M336352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have lots of qvw files in my system and I don't know the correct one. Anyways, I just did a check of your code and found this is working (And marked your answer as correct too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Each vFile in Filelist('$(vFolder)*.xlsb')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ODBC CONNECT32 TO [Excel Files;DBQ=$(vFolder)\vFile.xlsb];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Consolidated:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM `$(vFile)`.`Sheet1$`;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Next&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XLSB-file-format-into-Qlikview/m-p/986191#M336352</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-14T06:39:23Z</dc:date>
    </item>
  </channel>
</rss>

