<?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: 'XLS' Format of Export in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880773#M307339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;The data to be exported is not huge at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the code I am using doesn't work for '.xlsx' format (it opens the edit module on clicking of the action button !)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any clue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2015 09:46:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-23T09:46:07Z</dc:date>
    <item>
      <title>'XLS' Format of Export</title>
      <link>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880771#M307337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to pre define the file name and path of the table to be excel exported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to achieve this with the piece of macro code below, but even with '.xls' specified, the file exported is a '.csv' format file !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportExcelTable&lt;BR /&gt; &lt;BR /&gt; set obj = ActiveDocument.GetSheetObject("TB01")&lt;BR /&gt; &lt;BR /&gt; File = "C:\Users\Documents\Table1.xls"&lt;BR /&gt; &lt;BR /&gt; obj.SaveAs= "C:\Users\Documents\Table1.xls"&lt;BR /&gt; &lt;BR /&gt; obj.ActiveWorkbook.Save &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any help on the same.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880771#M307337</guid>
      <dc:creator />
      <dc:date>2015-06-23T09:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: 'XLS' Format of Export</title>
      <link>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880772#M307338</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;If your data is huge, then automatically its save in CSV file format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;Try to save in xlsx file format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880772#M307338</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-23T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: 'XLS' Format of Export</title>
      <link>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880773#M307339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;The data to be exported is not huge at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the code I am using doesn't work for '.xlsx' format (it opens the edit module on clicking of the action button !)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any clue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880773#M307339</guid>
      <dc:creator />
      <dc:date>2015-06-23T09:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: 'XLS' Format of Export</title>
      <link>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880774#M307340</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;Please refer&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/104076"&gt;Export to XLSX&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880774#M307340</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-23T09:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: 'XLS' Format of Export</title>
      <link>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880775#M307341</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;Use below code for export to csv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExportCSV()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set obj1=ActiveDocument.GetSheetObject("&lt;STRONG&gt;CH01&lt;/STRONG&gt;")&lt;/P&gt;&lt;P&gt;&amp;nbsp; obj1.Export "&lt;STRONG&gt;C:\new.csv&lt;/STRONG&gt;" , ","&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give ur object id and path on BOLD letters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLS-Format-of-Export/m-p/880775#M307341</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2015-06-23T09:51:50Z</dc:date>
    </item>
  </channel>
</rss>

