<?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: Export to xls.file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015124#M644334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;The simplest way&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;after exporting&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;into Excel&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to remove&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the first column&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;first row&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Add in your macro function Export four rows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XLSheet.Rows("1:1").Select&lt;/P&gt;&lt;P&gt;XLApp.Selection.Delete -4162&lt;/P&gt;&lt;P&gt;XLSheet.Columns("A:A").Select&lt;/P&gt;&lt;P&gt;XLApp.Selection.Delete -4159&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2016 07:43:15 GMT</pubDate>
    <dc:creator>asgardd2</dc:creator>
    <dc:date>2016-01-18T07:43:15Z</dc:date>
    <item>
      <title>Export to xls.file</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015122#M644326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;enclosed is a qlik doc with an export bottom&lt;/P&gt;&lt;P&gt;it creates xls file for the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to export only part of the table&lt;/P&gt;&lt;P&gt;not&amp;nbsp; to include the first line and the first colomn&lt;/P&gt;&lt;P&gt;is it possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;gidon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 19:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015122#M644326</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2016-01-17T19:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Export to xls.file</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015123#M644328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the export bottom apply a macro &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 19:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015123#M644328</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2016-01-17T19:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export to xls.file</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015124#M644334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;The simplest way&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;after exporting&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;into Excel&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to remove&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the first column&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;first row&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Add in your macro function Export four rows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XLSheet.Rows("1:1").Select&lt;/P&gt;&lt;P&gt;XLApp.Selection.Delete -4162&lt;/P&gt;&lt;P&gt;XLSheet.Columns("A:A").Select&lt;/P&gt;&lt;P&gt;XLApp.Selection.Delete -4159&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 07:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015124#M644334</guid>
      <dc:creator>asgardd2</dc:creator>
      <dc:date>2016-01-18T07:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export to xls.file</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015125#M644335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anton&lt;/P&gt;&lt;P&gt;I will try that&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;gidon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 09:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015125#M644335</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2016-01-18T09:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export to xls.file</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015126#M644336</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;Is there any way to do it with out macro!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 09:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015126#M644336</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-18T09:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Export to xls.file</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015127#M644337</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;This may help You out with out using macros,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://market.qlik.com/cia-report-manager.html" title="http://market.qlik.com/cia-report-manager.html"&gt;http://market.qlik.com/cia-report-manager.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-xls-file/m-p/1015127#M644337</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-18T10:01:40Z</dc:date>
    </item>
  </channel>
</rss>

