<?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: Exporting to multiple Tabs of the same Excel file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406382#M566079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebeccad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please upload PE enabled version? I really need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;SAK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2012 08:56:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-19T08:56:14Z</dc:date>
    <item>
      <title>Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406377#M566074</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 am exporting some of my tables to Excel using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set objExport = ActiveDocument.GetSheetObject("CH24")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;objExport.ExportEx fileName1,5 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set objExport = ActiveDocument.GetSheetObject("CH59")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;objExport.ExportEx fileName2,5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create multiple tabs in the same Excel file and export each chart to separate tabs, and not separate files like above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward to suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vladimir &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 17:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406377#M566074</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-12-04T17:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406378#M566075</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/1681#1681" title="http://community.qlik.com/message/1681#1681"&gt;http://community.qlik.com/message/1681#1681&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 17:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406378#M566075</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-12-04T17:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406379#M566076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mayil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tip. The example is useful, but it creates multiple charts on the SAME page. &lt;/P&gt;&lt;P&gt;I've tried to modify it for my case:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set XLsheet = XLdoc.Worksheets(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;' Copy Table 1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;......&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;' Copy Table 2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Set XLsheet2 = XLdoc.Worksheets(2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;......&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but the code does not work (creates the copy of my chart on first page only).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check if I've missed something there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 18:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406379#M566076</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-12-05T18:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406380#M566077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if the attached example is what you are looking for.&amp;nbsp; It exports two tables, one on each tab of the Excel document. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 21:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406380#M566077</guid>
      <dc:creator />
      <dc:date>2012-12-05T21:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406381#M566078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;This is exactly what I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 21:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406381#M566078</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-12-05T21:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406382#M566079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebeccad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please upload PE enabled version? I really need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;SAK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 08:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406382#M566079</guid>
      <dc:creator />
      <dc:date>2012-12-19T08:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406383#M566080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the macro code.&amp;nbsp; You will need to change the object codes to suit your needs, of course.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13559260453526977" jivemacro_uid="_13559260453526977"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;P&gt;sub ExcelFile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; strDate = CDate(Date)&lt;BR /&gt;&amp;nbsp; strDay = DatePart("d", strDate)&lt;BR /&gt;&amp;nbsp; strMonth = DatePart("m", strDate)&lt;BR /&gt;&amp;nbsp; strYear = DatePart("yyyy", strDate)&lt;BR /&gt;&amp;nbsp; If strDay &amp;lt; 10 Then&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strDay = "0" &amp;amp; strDay&lt;BR /&gt;&amp;nbsp; End If&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; If strMonth &amp;lt; 10 Then&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strMonth = "0" &amp;amp; strMonth&lt;BR /&gt;&amp;nbsp; End If&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; GetFormattedDate = strMonth &amp;amp; "-" &amp;amp; strDay &amp;amp; "-" &amp;amp; strYear&lt;BR /&gt;&lt;BR /&gt; Path = "C:\temp\"&lt;BR /&gt; FileName = "Test_" &amp;amp; GetFormattedDate&amp;nbsp; &amp;amp; ".xlsx"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; set XLApp = CreateObject("Excel.Application")&lt;BR /&gt; XLApp.Visible = true&lt;BR /&gt; set XLDoc = XLApp.Workbooks.Add&lt;BR /&gt;&lt;BR /&gt; ActiveDocument.GetSheetObject("CH23").CopyTableToClipboard true&lt;BR /&gt; XLDoc.Sheets(1).Paste()&lt;BR /&gt;&lt;BR /&gt; XLDoc.Sheets(1).Rows("1:3000").EntireRow.AutoFit&lt;BR /&gt; ActiveDocument.GetSheetObject("CH17").CopyTableToClipboard true&lt;BR /&gt;&lt;BR /&gt; XLDoc.Sheets(2).Paste()&lt;BR /&gt; XLDoc.Sheets(2).Rows("1:3000").EntireRow.AutoFit&lt;BR /&gt;&lt;BR /&gt; XLDoc.Sheets(1).Name = "Page One"&lt;BR /&gt; XLDoc.Sheets(2).Name = "Page Two"&lt;BR /&gt; XLDoc.Sheets(3).Delete&lt;BR /&gt;&lt;BR /&gt; XLDoc.Sheets(1).Range("A1").Select&lt;BR /&gt;&lt;BR /&gt;end sub&lt;BR /&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 14:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406383#M566080</guid>
      <dc:creator />
      <dc:date>2012-12-19T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406384#M566081</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'm using your code but the result after export to excel, the number formatting is without comma. How to get the exactly format as displayed in Qlikview table to Excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 04:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406384#M566081</guid>
      <dc:creator />
      <dc:date>2015-08-13T04:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406385#M566082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably need to set the values in the table to num(xxxx, 'YYYYY') explicitly. &lt;/P&gt;&lt;P&gt;You can do it in your script as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV exports to Excel as "Expression Default" format, so you have to handle it before the export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vladimir &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 04:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406385#M566082</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2015-08-13T04:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406386#M566083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming you need something like num(Expr, '#,##0') (for integers)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 04:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406386#M566083</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2015-08-13T04:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406387#M566084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-size: 11.7px;"&gt;&lt;A href="https://community.qlik.com/people/rebeccad"&gt;rebeccad&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-size: 11.7px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-size: 11.7px;"&gt;It is working great, but i'm facing one small issue, i unable to load more than 3 sheets in single excel.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-size: 11.7px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-size: 11.7px;"&gt;could you please help?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;there are two set of file &lt;/P&gt;&lt;P&gt;first one is with 2 sheet - it is working fine&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Second one is with 4 sheet -&lt;/SPAN&gt;it is not working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also check "Current local security"&amp;nbsp; before run the macro..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Murugesan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 10:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/406387#M566084</guid>
      <dc:creator>shanmurugesh</dc:creator>
      <dc:date>2016-12-08T10:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/1694343#M566085</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;This is very useful macro which you have shared. any how i am getting an error please help me out with this.&lt;/P&gt;&lt;P&gt;please see attchment for error. i am geting error in line&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;XLDoc.Sheets(2).Paste()&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;please have a look and get a solution for me.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thank you!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/32012iF05C679A99986431/image-size/medium?v=v2&amp;amp;px=400" role="button" title="error.JPG" alt="error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 07:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/1694343#M566085</guid>
      <dc:creator>askarkhan</dc:creator>
      <dc:date>2020-04-17T07:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/2477499#M1226024</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I had this same issue and it was related the the default number of Sheets that are created in Excel when you create a new Workbook. mine was set to 1 but most users have it set to 3, which is why there is a line&lt;/P&gt;
&lt;P&gt;XLDoc.Sheets(3).Delete&lt;/P&gt;
&lt;P&gt;if you open Excel and go to options, and change the default number of sheets from 1 to 2, this script will work for you but you will also need to REM the following line&lt;/P&gt;
&lt;P&gt;REM XLDoc.Sheets(3).Delete&lt;/P&gt;
&lt;P&gt;Unless you increase the default sheets to 3, then you can leave it as is.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 11:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/2477499#M1226024</guid>
      <dc:creator>iCushy</dc:creator>
      <dc:date>2024-08-22T11:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to multiple Tabs of the same Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/2477500#M1226025</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Increase your excel default sheets per new workbook to 4 and your code should work.&lt;/P&gt;
&lt;P&gt;Excel&amp;gt;Options&amp;gt;General - Include this many sheets from 3 to 4.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 11:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-to-multiple-Tabs-of-the-same-Excel-file/m-p/2477500#M1226025</guid>
      <dc:creator>iCushy</dc:creator>
      <dc:date>2024-08-22T11:07:50Z</dc:date>
    </item>
  </channel>
</rss>

