<?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: Store data in the same File Excel but different sheet in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1668060#M12180</link>
    <description>&lt;P&gt;No, in thisway i stored in two different qvd....&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 10:39:33 GMT</pubDate>
    <dc:creator>livio218526</dc:creator>
    <dc:date>2020-01-22T10:39:33Z</dc:date>
    <item>
      <title>Store data in the same File Excel but different sheet</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1665331#M12123</link>
      <description>&lt;P&gt;Hello to all, I would like to know if there is a way to store data in the same excel file but in different sheets, using the load script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Livio&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1665331#M12123</guid>
      <dc:creator>livio218526</dc:creator>
      <dc:date>2024-11-16T19:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in the same File Excel but different sheet</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1665381#M12125</link>
      <description>&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for example, in this file excel there is two diferent sheets (&lt;STRONG&gt;AirPassangers&lt;/STRONG&gt; and &lt;STRONG&gt;Hoja1&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.JPG" style="width: 538px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26806i2962A017530E9C5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.JPG" alt="Captura.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;using the&lt;STRONG&gt; load script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura2.JPG" style="width: 479px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26805iD4A80AA43CEA9B17/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura2.JPG" alt="Captura2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;I hope it fits you.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jan 2020 16:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1665381#M12125</guid>
      <dc:creator>davidfdezcalleja</dc:creator>
      <dc:date>2020-01-14T16:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in the same File Excel but different sheet</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1665404#M12126</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am referring to the store and not to the load&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 13:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1665404#M12126</guid>
      <dc:creator>livio218526</dc:creator>
      <dc:date>2020-01-14T13:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in the same File Excel but different sheet</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1665418#M12127</link>
      <description>&lt;P&gt;Add these lines in bold&lt;/P&gt;&lt;P&gt;[AirPassengers]:&lt;BR /&gt;LOAD&lt;BR /&gt;[ID] AS [AirPassengers.ID],&lt;BR /&gt;[Date] AS [AirPassengers.Date],&lt;BR /&gt;[Year] AS [AirPassengers.Year],&lt;BR /&gt;[Month] AS [AirPassengers.Month],&lt;BR /&gt;[AirPassengers] AS [AirPassengers.AirPassengers]&lt;BR /&gt;FROM [lib://datos/AirPassengers_prueba.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is AirPassengers);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store * from AirPassengers into 'lib://datos/AirPassengers.qvd';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[Hoja1]:&lt;BR /&gt;LOAD&lt;BR /&gt;[ID] AS [Hoja1.ID],&lt;BR /&gt;[Date] AS [Hoja1.Date],&lt;BR /&gt;[Year] AS [Hoja1.Year],&lt;BR /&gt;[Month] AS [Hoja1.Month],&lt;BR /&gt;[AirPassengers] AS [Hoja1.AirPassengers]&lt;BR /&gt;FROM [lib://datos/AirPassengers_prueba.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Hoja1);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store * from Hoja1 into 'lib://datos/Hoja1.qvd';&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 13:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1665418#M12127</guid>
      <dc:creator>davidfdezcalleja</dc:creator>
      <dc:date>2020-01-14T13:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in the same File Excel but different sheet</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1668060#M12180</link>
      <description>&lt;P&gt;No, in thisway i stored in two different qvd....&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 10:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1668060#M12180</guid>
      <dc:creator>livio218526</dc:creator>
      <dc:date>2020-01-22T10:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in the same File Excel but different sheet</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1668108#M12183</link>
      <description>&lt;P&gt;I don't think that its possible to direct a store to more than on tab in a sheet using the load script alone.&amp;nbsp; You could write a VBS or VBA macro to consolidate two outputs into a single file after the load is complete, and you may be able to find some code searching here and/or Excel macro coding web sites.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1668108#M12183</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2020-01-22T12:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in the same File Excel but different sheet</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1668144#M12185</link>
      <description>&lt;P&gt;Qlik will tell you to get NPrinting.&amp;nbsp; We have it here (although I can't recommend it) and it is used to generate multi-sheet excel outputs.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 13:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/1668144#M12185</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2020-01-22T13:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Store data in the same File Excel but different sheet</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/2009203#M17630</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/26530"&gt;@livio218526&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can't as of today.&lt;BR /&gt;However, you can promote this idea by voting&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/QS-Script-store-with-more-format/idi-p/2005668" target="_blank"&gt;https://community.qlik.com/t5/Suggest-an-Idea/QS-Script-store-with-more-format/idi-p/2005668&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 11:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Store-data-in-the-same-File-Excel-but-different-sheet/m-p/2009203#M17630</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2022-11-25T11:47:38Z</dc:date>
    </item>
  </channel>
</rss>

