<?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: Write out Excel File in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139293#M20784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you add:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;excelFile.DisplayAlerts = False&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt; in the macro before the saveas line, it will overwrite without prompting&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2018 17:24:41 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2018-07-30T17:24:41Z</dc:date>
    <item>
      <title>Write out Excel File</title>
      <link>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139289#M20780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Everyone,&lt;/P&gt;&lt;P&gt;I need a little help.&amp;nbsp; I need to automatically write out an excel file after I update my QVW.&amp;nbsp; I have a straight table that needs written to a shared drive on our network.&amp;nbsp; Does anyone have an example that they can share?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 12:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139289#M20780</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2018-07-30T12:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Write out Excel File</title>
      <link>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139290#M20781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the solution on that link: &lt;A href="https://community.qlik.com/thread/32726"&gt;Export to Excel&lt;/A&gt; and Add an Action OnPostReload calling the macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 12:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139290#M20781</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-07-30T12:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Write out Excel File</title>
      <link>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139291#M20782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dimitrios,&lt;/P&gt;&lt;P&gt;It worked great, only one small problem.&amp;nbsp; My job has to run hourly and delete the old excel file before it writes out the new one.&amp;nbsp; Any ideas on that one.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 13:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139291#M20782</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2018-07-30T13:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Write out Excel File</title>
      <link>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139292#M20783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For that case you can either call a cmd command at the start of your load script that will delete the previous file or if you have Publisher you can run this cmd command in a batch file that will be called by a preceding task to your reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually use the first way and the syntax of the EXECUTE command is like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #727a7e; font-family: 'Droid Sans', Arial, Geneva, Helvetica, sans-serif; font-size: 13px; background-color: #edfdd4;"&gt;EXECUTE&lt;/STRONG&gt;&lt;SPAN style="color: #727a7e; font-family: 'Droid Sans', Arial, Geneva, Helvetica, sans-serif; font-size: 13px; background-color: #edfdd4;"&gt; cmd.exe /C del “C:\MyFolder\MyExcel,xls”;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727a7e; font-family: 'Droid Sans', Arial, Geneva, Helvetica, sans-serif; font-size: 13px; background-color: #edfdd4;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727a7e; font-family: 'Droid Sans', Arial, Geneva, Helvetica, sans-serif; font-size: 13px; background-color: #edfdd4;"&gt;Remember that if you want to use this solution you have to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727a7e; font-family: 'Droid Sans', Arial, Geneva, Helvetica, sans-serif; font-size: 13px; background-color: #edfdd4;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727a7e; font-family: 'Droid Sans', Arial, Geneva, Helvetica, sans-serif; font-size: 13px; background-color: #edfdd4;"&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209296_Capture.JPG" style="height: 177px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 17:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139292#M20783</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-07-30T17:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Write out Excel File</title>
      <link>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139293#M20784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you add:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;excelFile.DisplayAlerts = False&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt; in the macro before the saveas line, it will overwrite without prompting&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 17:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-out-Excel-File/m-p/139293#M20784</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-07-30T17:24:41Z</dc:date>
    </item>
  </channel>
</rss>

