<?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: Can I use the script to store into xlsx? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670670#M1077902</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;may be &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;Rob Wunderlich&lt;/A&gt; or &lt;A href="https://community.qlik.com/qlik-users/3931"&gt;Michael Solomovich&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can help here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2014 10:18:17 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-07-15T10:18:17Z</dc:date>
    <item>
      <title>Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670664#M1077896</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;I need to store an Excel output to be used by a 3rd party application which cannot use txt or csv. I have used store for txt and qvw but cannot find a solution for excel anywhere. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 13:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670664#M1077896</guid>
      <dc:creator />
      <dc:date>2014-07-14T13:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670665#M1077897</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 below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dept:&lt;/P&gt;&lt;P&gt;LOAD empid, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; deptname&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;dept.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;store Dept into Dept.xls(txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 13:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670665#M1077897</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-14T13:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670666#M1077898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your table and store with the QVD files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;From ExcelSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Sales into Sales.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;From QVD Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some thing like this ways.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 13:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670666#M1077898</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-14T13:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670667#M1077899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="XLSError.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62417_XLSError.png" style="width: 620px; height: 68px;" /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Ashfaq Mohammed wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Try below&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Dept:&lt;/P&gt;
&lt;P&gt;LOAD empid,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; deptname&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;dept.qvd&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;
&lt;P&gt;store Dept into Dept.xls(txt);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;ASHFAQ&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This works in principle if you are manually opening the file but it cannot be automatically consumed by the 3rd party system as the format isn't recognised. Is there any way that QV can create an actual spreadsheet? (only xls or xlsx available sadly)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Natalie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 10:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670667#M1077899</guid>
      <dc:creator />
      <dc:date>2014-07-15T10:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670668#M1077900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inplace of XLS use CSV because XLS is not support by the qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dept:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD empid,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; deptname&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dept.qvd&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;store Dept into Dept.CSV(txt);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 10:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670668#M1077900</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-15T10:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670669#M1077901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the target system will not use anything but xls or xlsx so I'm a bit stuck. I'm looking into alternatives on that side as I have a lot of these to do each day and don't want to be creating them manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 10:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670669#M1077901</guid>
      <dc:creator />
      <dc:date>2014-07-15T10:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670670#M1077902</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;may be &lt;A href="https://community.qlik.com/qlik-users/2286"&gt;Rob Wunderlich&lt;/A&gt; or &lt;A href="https://community.qlik.com/qlik-users/3931"&gt;Michael Solomovich&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can help here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 10:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670670#M1077902</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-15T10:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670671#M1077903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I do is save to a text file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store [tablename] into [path\KPIExport.csv] (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use a macro to convert:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub LoadFlatFile()&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Workbooks.OpenText Filename:= _&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "path\KPIExport.csv", Origin _&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :=65001, StartRow:=1, DataType:=xlDelimited, TextQualifier:= _&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=True, Semicolon:=False, _&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comma:=True, Space:=False, Other:=False, FieldInfo:=Array(Array(1, 1), _&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Array(2, 1), Array(3, 1), Array(4, 1), Array(5, 1), Array(6, 1), Array(7, 1), Array(8, 1), _&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Array(9, 1), Array(10, 1), Array(11, 1), Array(12, 1), Array(13, 1)), _&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TrailingMinusNumbers:=True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Range("A1").Select&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I embed the macro in a spreadsheet and use run-on-open, but you could alternatively place the macro in the QV script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 10:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670671#M1077903</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2014-07-15T10:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670672#M1077904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you can create a CSV file with store command which work similar to the xls or xlsx file or may be you convert the CSV file into XLS or XLSX file formats after creating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 10:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670672#M1077904</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-15T10:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670673#M1077905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the prompt response this is great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Almost there and should be able to figure out the tweaks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 12:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670673#M1077905</guid>
      <dc:creator />
      <dc:date>2014-07-15T12:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670674#M1077906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not directly. The closest is the CSV option in the STORE command. Alternatively you could look at VIZUBI's NPrrinting product.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 12:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670674#M1077906</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-07-15T12:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670675#M1077907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard of this yesterday and will look into it. I'm hoping that we can contain it all to a smaller user base for now but if the requirement changes, it certainly seems like a viable option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 12:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/670675#M1077907</guid>
      <dc:creator />
      <dc:date>2014-07-15T12:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use the script to store into xlsx?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/1739363#M1077908</link>
      <description>&lt;P&gt;Hi, This is not working for me. It is showing parsing error. I am storing a qvd into csv file and I have to convert it to excel in the same QV script. Please help.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 06:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-use-the-script-to-store-into-xlsx/m-p/1739363#M1077908</guid>
      <dc:creator>swat_agar</dc:creator>
      <dc:date>2020-08-28T06:53:20Z</dc:date>
    </item>
  </channel>
</rss>

