<?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: Macro export to excel in Qlikview Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178374#M628932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you enabled the &lt;STRONG&gt;Allow system access in the server &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;In access point&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ctrl+Shift+M&amp;gt; Click on Enable System access &lt;/STRONG&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Aug 2016 13:02:32 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2016-08-26T13:02:32Z</dc:date>
    <item>
      <title>Macro export to excel in Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178373#M628931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks.&lt;/P&gt;&lt;P&gt; I will ask a question which the answer i know, but just to make sure, let's go.&lt;/P&gt;&lt;P&gt;I created a vision to my prevention loss department and bacause complexity i did mutiples chart diferent and now they want export all chart to excel in once time in the same sheet....OK...I did this using Macro...Like this:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14722115546127983" jivemacro_uid="_14722115546127983"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sub Exportar_Objetos_Excel&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; Set XLApp = CreateObject("Excel.Application")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; Set XLDoc = XLApp.Workbooks.Add&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; Set XLSheet = XLDoc.Worksheets(1)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; XLApp.Visible = True&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; XLApp.Cells.Select&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLApp.ActiveWindow.DisplayGridlines = False&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; XLApp.Range("A5").Select&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; ActiveDocument.GetSheetObject("CH01").CopyBitMapToClipboard&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; XLSheet.Paste&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; XLSheet.Range("B25").Select&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; ActiveDocument.GetSheetObject("CH02").CopyTableToClipboard True&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; XLSheet.Paste&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Its work...buuut only in Qlikiview Desktop, with Office installed...But the user use qlikview in browser, you know, There were not&amp;nbsp; excel installed in my server, so my Macro not worked...=/&lt;BR /&gt;Buuuuuut, in Qlikview server there is a option "SEND TO EXCEL", and this f**** work in browser, why? &lt;/P&gt;&lt;P&gt;Summing up, i nedd create a button in qlikview, with macro &lt;SPAN style="font-size: 13.3333px;"&gt;which does the same "send to excel", but send mutiples chart once time, but ot usign "CreateObject("Excel.Application")" , because this not work on server...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not exist solution, I understand...but if someone has passed to a situation similar, and resolved...coment!!!&lt;/P&gt;&lt;P&gt;I'll be very thankfull.&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;"sorry by my english, i'm training XD"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 11:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178373#M628931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-26T11:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Macro export to excel in Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178374#M628932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you enabled the &lt;STRONG&gt;Allow system access in the server &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;In access point&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ctrl+Shift+M&amp;gt; Click on Enable System access &lt;/STRONG&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 13:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178374#M628932</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-08-26T13:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Macro export to excel in Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178375#M628934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not work...=/&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Ctrl+Shift+M.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135723_Ctrl+Shift+M.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;My Macro script&lt;/P&gt;&lt;P&gt;&lt;IMG alt="macro.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/135724_macro.JPG" style="height: 424px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Does not exist a expression in vbscript &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;which say to pc look to local machine not to server?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Look bellow, this is in browser:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;IMG alt="send to excel.jpg" class="jive-image image-3" src="/legacyfs/online/135728_send to excel.jpg" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;IMG alt="ok.jpg" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/135729_ok.jpg" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;After this, a excel save in c:\user\download and finish...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;I want this, but create a Macro, for send all chart once time...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 15:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178375#M628934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-26T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Macro export to excel in Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178376#M628936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The '&lt;SPAN class="keyword"&gt;Set&lt;/SPAN&gt; XLApp = CreateObject("Excel.Application")' is actually opening up an instance of Excel. In fact, you should have seen Excel open up on your desktop when you ran it. Especially since you have the 'XLApp.Visible = &lt;SPAN class="keyword"&gt;True&lt;/SPAN&gt;' in your code above. Since Excel is not installed on your server this is why it is not working, as the macro is trying to find and run the Excel application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only other option to export to Excel in a macro is to do similar to the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportExcel&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportBiff "C:\CH01.xls"&lt;BR /&gt; &lt;BR /&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, unfortunately this will not allow you to export multiple charts to the same Excel workbook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since your requirement is to have multiple charts in the same Excel, the only option I see for you is to have Excel installed on your server. Then take a look at the following link for a great example of exporting multiple objects to the same Excel workbook: &lt;A href="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/"&gt;http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful in confirming your suspicions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 18:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178376#M628936</guid>
      <dc:creator />
      <dc:date>2016-08-26T18:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Macro export to excel in Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178377#M628937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;besides Avinash advice that is a must do in order for you macro to work, here's my version of the macro for exporting.&lt;/P&gt;&lt;P&gt;The idea is to have one macro for all charts in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Macro code:&lt;/P&gt;&lt;P&gt;sub &lt;STRONG&gt;ExportChart&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set MyTable = ActiveDocument.GetSheetObject(ActiveDocument.Variables("&lt;STRONG&gt;v.ChartToExport&lt;/STRONG&gt;").GetContent().String)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Const xlCenter = -4108&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set XLApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLApp.Visible = True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set XLDoc = XLApp.Workbooks.Add&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Some title setting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLDoc.Sheets(1).name = MyTable.GetCaption.Name.v&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set XLSheet = XLDoc.Worksheets(1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Some sheet formatting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set XLSheet = XLDoc.Worksheets(1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLSheet.Columns.Interior.color = RGB(255,255,255)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Copy table &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mytable.CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLSheet.Paste XLSheet.Range("A1")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLSheet.Columns("A:Z").EntireColumn.AutoFit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLSheet.Columns("A:Z").VerticalAlignment = xlCenter&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case for exporting multiple charts, you can add a button, you add two actions in pairs for every object to export, as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Object One&lt;OL&gt;&lt;LI&gt;External -&amp;gt; Set Variable -&amp;gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;v.ChartToExport = MyTableID1&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;External -&amp;gt; Run MAcro -&amp;gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ExportChart&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Object Two&lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;External -&amp;gt; Set Variable -&amp;gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;v.ChartToExport = MyTableID2&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;External -&amp;gt; Run MAcro -&amp;gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ExportChart&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Object 3 &lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will generate one xls file for each object.&lt;/P&gt;&lt;P&gt;Please let me know if this helps.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 18:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178377#M628937</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-08-26T18:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Macro export to excel in Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178378#M628938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will, of course, only work if Excel is installed on the machine where the marco is run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 19:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178378#M628938</guid>
      <dc:creator />
      <dc:date>2016-08-26T19:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Macro export to excel in Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178379#M628939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys, but as Stan said, don't have any way to do that, if the Excel not installed in the server, unfortunately.&lt;/P&gt;&lt;P&gt;Only way to do that is export do .txt or .csv. &lt;/P&gt;&lt;P&gt;Thank you Avinash, Santiago and Stan...I tested all code, and all worked, but to qlikview desktop,like i said.&lt;/P&gt;&lt;P&gt;But thanks anyway...Until next time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178379#M628939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-29T12:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Macro export to excel in Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178380#M628940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You had already specified that in your post, and as you said, OF COURSE it will only work if excel is installed in client machine.&lt;/P&gt;&lt;P&gt;Thanks anyway for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 12:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-export-to-excel-in-Qlikview-Server/m-p/1178380#M628940</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-08-29T12:22:40Z</dc:date>
    </item>
  </channel>
</rss>

