<?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: How to store into XLS? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1766912#M59334</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I also need to&amp;nbsp;&lt;SPAN class="lia-link-navigation child-thread lia-link-disabled"&gt;store into XLSX from data load editor and not succsed with the kod up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation child-thread lia-link-disabled"&gt;do someone has another idea ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation child-thread lia-link-disabled"&gt;thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2020 08:00:56 GMT</pubDate>
    <dc:creator>bl1</dc:creator>
    <dc:date>2020-12-08T08:00:56Z</dc:date>
    <item>
      <title>How to store into XLS?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1557334#M40580</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need store into XLS File., to import in tasks.&lt;/P&gt;&lt;P&gt;The file have 3 sheets:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8164iEF81A5959E3316D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="11.png" alt="11.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="22.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8163iBDB796B1AC1936BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="22.png" alt="22.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="33.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8162i9096EABF367D5A91/image-size/large?v=v2&amp;amp;px=999" role="button" title="33.png" alt="33.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 17:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1557334#M40580</guid>
      <dc:creator>leonardo_sudo</dc:creator>
      <dc:date>2019-03-15T17:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to store into XLS?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1560679#M40846</link>
      <description>&lt;P&gt;check with this code&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/loading-all-sheets-data-from-excel/td-p/673784" target="_blank"&gt;https://community.qlik.com/t5/New-to-QlikView/loading-all-sheets-data-from-excel/td-p/673784&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 11:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1560679#M40846</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2019-03-25T11:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to store into XLS?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1565425#M41175</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need store in a file, not Load from xls&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 19:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1565425#M41175</guid>
      <dc:creator>leonardo_sudo</dc:creator>
      <dc:date>2019-04-04T19:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to store into XLS?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1565523#M41188</link>
      <description>&lt;P&gt;XLS:&lt;/P&gt;&lt;P&gt;store &amp;lt;tablename&amp;gt; into &amp;lt;ExcelName&amp;gt; (biff, embedded labels, table is [SheetName]);&lt;/P&gt;&lt;P&gt;xlsx:&lt;/P&gt;&lt;P&gt;store &amp;lt;tablename&amp;gt; into &amp;lt;ExcelName&amp;gt; (ooxml, embedded labels, table is [SheetName);&lt;/P&gt;&lt;P&gt;These worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 04:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1565523#M41188</guid>
      <dc:creator>Keitaru</dc:creator>
      <dc:date>2019-04-05T04:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to store into XLS?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1581013#M42443</link>
      <description>&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;Thosen't worked for me.</description>
      <pubDate>Thu, 16 May 2019 11:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1581013#M42443</guid>
      <dc:creator>leonardo_sudo</dc:creator>
      <dc:date>2019-05-16T11:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to store into XLS?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1766912#M59334</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I also need to&amp;nbsp;&lt;SPAN class="lia-link-navigation child-thread lia-link-disabled"&gt;store into XLSX from data load editor and not succsed with the kod up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation child-thread lia-link-disabled"&gt;do someone has another idea ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation child-thread lia-link-disabled"&gt;thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 08:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1766912#M59334</guid>
      <dc:creator>bl1</dc:creator>
      <dc:date>2020-12-08T08:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to store into XLS?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1830575#M68442</link>
      <description>&lt;P&gt;Hi Leonardo, I have this same issue...&lt;/P&gt;&lt;P&gt;Need to store a xlsx file with 3 sheets and later import a task in the Nprinting!&lt;/P&gt;&lt;P&gt;How did you solved? Do you remember?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 15:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1830575#M68442</guid>
      <dc:creator>LucasCarvalho</dc:creator>
      <dc:date>2021-08-23T15:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to store into XLS?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1830578#M68444</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I think it is not possible to store directly into XLSX format via store script, only in CSV, as mentioned in the doc:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Store command doesn't accept other format than QVD, TXT, or CVS, that's why biff or openxml keyword is not accepted.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 15:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-store-into-XLS/m-p/1830578#M68444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-23T15:31:00Z</dc:date>
    </item>
  </channel>
</rss>

