<?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 Write in xls file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Write-in-xls-file/m-p/211779#M65963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but this macro works with QV 8.5 ?&lt;/P&gt;&lt;P&gt;Please I need to add record in a xls file not overwrite the file ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Apr 2010 09:12:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-13T09:12:15Z</dc:date>
    <item>
      <title>Write in xls file</title>
      <link>https://community.qlik.com/t5/QlikView/Write-in-xls-file/m-p/211777#M65961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to know how can I write from a input fiel or input box to a .xls file. Please have an example to send me?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Slash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 08:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-in-xls-file/m-p/211777#M65961</guid>
      <dc:creator />
      <dc:date>2010-04-13T08:07:51Z</dc:date>
    </item>
    <item>
      <title>Write in xls file</title>
      <link>https://community.qlik.com/t5/QlikView/Write-in-xls-file/m-p/211778#M65962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Slash,&lt;/P&gt;&lt;P&gt;You can write a macro like this one to export a variable to excel&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;function ExportToExcel(strFileName)&lt;/P&gt;&lt;P&gt;File = "C:\" &amp;amp; strFileName &amp;amp; ".xlsx"&lt;BR /&gt; Set filesys = CreateObject("Scripting.FileSystemObject")&lt;BR /&gt; If filesys.FileExists(file) Then&lt;BR /&gt; filesys.DeleteFile file&lt;BR /&gt; End If&lt;/P&gt;&lt;P&gt;set XLApp = CreateObject("Excel.Application")&lt;BR /&gt; XLApp.Visible = FALSE&lt;BR /&gt; set XLDoc = XLApp.Workbooks.Add&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(1).name = "Report"&lt;BR /&gt; set XLSheet = XLDoc.Worksheets(1)&lt;/P&gt;&lt;P&gt;strValue1 = getvariable("Value1")&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(1).Cells(2,2).Value = strValue1&lt;/P&gt;&lt;P&gt;XLDoc.SaveAs "C:\" &amp;amp; strFileName &amp;amp; ".xls"&lt;BR /&gt;&lt;BR /&gt; XLApp.Visible = False&lt;BR /&gt; XLApp.Quit&lt;BR /&gt; Set XLApp = Nothing&lt;/P&gt;&lt;P&gt;End function&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;function getVariable(varName)&lt;BR /&gt; set v = ActiveDocument.Variables(varName)&lt;BR /&gt; getVariable = v.GetContent.String&lt;BR /&gt;end function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 08:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-in-xls-file/m-p/211778#M65962</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2010-04-13T08:41:24Z</dc:date>
    </item>
    <item>
      <title>Write in xls file</title>
      <link>https://community.qlik.com/t5/QlikView/Write-in-xls-file/m-p/211779#M65963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but this macro works with QV 8.5 ?&lt;/P&gt;&lt;P&gt;Please I need to add record in a xls file not overwrite the file ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 09:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-in-xls-file/m-p/211779#M65963</guid>
      <dc:creator />
      <dc:date>2010-04-13T09:12:15Z</dc:date>
    </item>
    <item>
      <title>Write in xls file</title>
      <link>https://community.qlik.com/t5/QlikView/Write-in-xls-file/m-p/211780#M65964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please I'm not able to link the API to a button. Please Could to attach a qvw file in this post?&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Slash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 16:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-in-xls-file/m-p/211780#M65964</guid>
      <dc:creator />
      <dc:date>2010-04-14T16:26:24Z</dc:date>
    </item>
  </channel>
</rss>

