<?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: Issue with deploying code reading multitab excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046239#M1254584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=13255" title="https://www.microsoft.com/en-us/download/details.aspx?id=13255"&gt;Download Microsoft Access Database Engine 2010 Redistributable from Official Microsoft Download Center&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2016 05:49:34 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-02-04T05:49:34Z</dc:date>
    <item>
      <title>Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046234#M1254570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have few excel files with multiple tabs. The tab names are not consistent and can change over time but the format of the tabs is same.&lt;/P&gt;&lt;P&gt;Thus when reading multiple tabs I am using the below code&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;For Each vFile in FileList('$(vFolder_FileFormat)')&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODBC CONNECT32 To [Excel Files;DBQ=$(vFile)];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sheets:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQLTABLES;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISCONNECT;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For i = 0 To NoOfRows('Sheets')-1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let zSheet = Peek('TABLE_NAME', i, 'Sheets');&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; *&lt;/P&gt;
&lt;P&gt;&amp;nbsp; FROM [$(vFile)]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; (biff, embedded labels, table is $(zSheet));&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Drop Table Sheets;&lt;/P&gt;
&lt;P&gt;Next&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now since our Qlikview server doesn't have a Excel installed the line "&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;ODBC CONNECT32 To [Excel Files;DBQ=$(vFile)];" is giving me error. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;Is there any way to just install Excel drivers and make the code work without installing microsoft office?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;Kindly suggest. &lt;/SPAN&gt;Many Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Amar&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046234#M1254570</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046235#M1254573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried Single Excel file using ODBC Connection ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 05:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046235#M1254573</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-02-04T05:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046236#M1254576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download and install ODBC drivers from Microsoft site. You don't need to install Microsoft office.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 05:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046236#M1254576</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-04T05:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046237#M1254579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Settu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is since the server doesn't have microsoft office, the options to connect to ODBC Excel drivers are not installed. Is there a way to just install Excel ODBC drivers without installing microsoft Office.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 05:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046237#M1254579</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2016-02-04T05:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046238#M1254582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you suggest any link to install the ODBC drivers? Many Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 05:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046238#M1254582</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2016-02-04T05:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046239#M1254584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=13255" title="https://www.microsoft.com/en-us/download/details.aspx?id=13255"&gt;Download Microsoft Access Database Engine 2010 Redistributable from Official Microsoft Download Center&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 05:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046239#M1254584</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-04T05:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046240#M1254586</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 download ODBC driver from Microsoft website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link for dynamically loading all excel files and sheets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8905"&gt;Load all Excel files and all sheets in a folder&lt;/A&gt;&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, 04 Feb 2016 05:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046240#M1254586</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-04T05:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046241#M1254587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installed the drivers from the below URL&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/confirmation.aspx?id=13255"&gt;https://www.microsoft.com/en-us/download/confirmation.aspx?id=13255&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in User DSN clicked on Add and selected the Microsoft Excel Driver. Named it as "Excel Files" and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 06:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046241#M1254587</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2016-02-04T06:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046242#M1254588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also make sure to user the correct version of installer (32 bit or 64 bit). Accordingly user Connect32 or Connect64 or simply use Connect. Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 06:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046242#M1254588</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2016-02-04T06:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046243#M1254589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi peoples,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have installed the driver but but i'm getting the next error however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ErrorSource: Microsoft OLE DB Provider for ODBC Drivers, ErrorMsg: [Microsoft][ODBC Driver Manager] Invalid argument value&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=MSDASQL.1;Persist Security Info=False;Extended Properties="DSN=Excel Files;DBQ=\\diqlvsrv\RawData\Files\Cobros\01022016.xls; DriverId=1046; MaxBufferSize=2048; PageTimeout=5";]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tryied using the next code:&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 To [Excel Files;DriverId=1046;DBQ=$(vArchivo)];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the error appear is: the default driver was not specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 13:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046243#M1254589</guid>
      <dc:creator />
      <dc:date>2016-02-11T13:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046244#M1254590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems you haven't create a ODBC connection. Check the below link for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/177082"&gt;Connection error to the server&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046244#M1254590</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-11T16:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046245#M1254591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julisy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;ODBC CONNECT To [Excel Files;DBQ=$(vArchivo)];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also make sure the variable $(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;vArchivo) contains valid Excel File Name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can test by creating an ODBC connection in Qlikview for a sample file by going to Edit Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Tab -&amp;gt; ODBC -&amp;gt; Click Connect. &lt;/P&gt;&lt;P&gt;On the Connect To Data Source Window -&amp;gt; Select Show User DSNs&lt;/P&gt;&lt;P&gt;The "Excel Files" Data should appear in the windows -&amp;gt; Select "Excel Files" and Click Ok.&lt;/P&gt;&lt;P&gt;Then Select the Sample Excel file for which you wish to set up the connection. Click Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the "Excel Files" Data source is not appearing in the window when the "Show User DSNs" is selected, then go to ODBC -&amp;gt; User DSNs -&amp;gt; Click Add -&amp;gt; Select Microsoft Excel Drivers(*.xls, .....) -&amp;gt; Click Finish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Next window -&amp;gt; put Data Source Name as "Excel Files". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the above step it should work. Thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 05:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046245#M1254591</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2016-02-12T05:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with deploying code reading multitab excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046246#M1254592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already i solved this problem. my problem was not of driver. the problem is the connection string use the DSN Excel Files and i didn't have created in my odbc list of drivers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From i created in the list odbc drivers; it work correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See images here&lt;IMG alt="Foto.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114481_Foto.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 14:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-deploying-code-reading-multitab-excel/m-p/1046246#M1254592</guid>
      <dc:creator />
      <dc:date>2016-02-12T14:41:36Z</dc:date>
    </item>
  </channel>
</rss>

