<?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 storing data to xls format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/storing-data-to-xls-format/m-p/227810#M79902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;Dear Friend&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;store * from mytable into myfile.xls (xls);&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;Regards&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;Sunil Jain.&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jul 2010 08:12:03 GMT</pubDate>
    <dc:creator>suniljain</dc:creator>
    <dc:date>2010-07-20T08:12:03Z</dc:date>
    <item>
      <title>storing data to xls format</title>
      <link>https://community.qlik.com/t5/QlikView/storing-data-to-xls-format/m-p/227809#M79901</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 store table data from qlikview to excel (all from script, nothing manual) and I couldn't find a build-in solution for this.&lt;/P&gt;&lt;P&gt;After some investigations the idea I have is to create a table object via a macro (using CreateTable) and store this one to excel using obj.Export.&lt;/P&gt;&lt;P&gt;I'm not familiar with this macro stuff so I would be happy If someone could help me out.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 07:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-data-to-xls-format/m-p/227809#M79901</guid>
      <dc:creator>thomaswrieck</dc:creator>
      <dc:date>2010-07-20T07:40:02Z</dc:date>
    </item>
    <item>
      <title>storing data to xls format</title>
      <link>https://community.qlik.com/t5/QlikView/storing-data-to-xls-format/m-p/227810#M79902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;Dear Friend&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;store * from mytable into myfile.xls (xls);&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;Regards&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;Sunil Jain.&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;&lt;/P&gt;&lt;P style="font-weight:bold;margin-left:40px;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 08:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-data-to-xls-format/m-p/227810#M79902</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-07-20T08:12:03Z</dc:date>
    </item>
    <item>
      <title>storing data to xls format</title>
      <link>https://community.qlik.com/t5/QlikView/storing-data-to-xls-format/m-p/227811#M79903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm ... did you try this ? .... that would be nice If that would work but it doesn't&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 08:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-data-to-xls-format/m-p/227811#M79903</guid>
      <dc:creator>thomaswrieck</dc:creator>
      <dc:date>2010-07-20T08:26:31Z</dc:date>
    </item>
    <item>
      <title>storing data to xls format</title>
      <link>https://community.qlik.com/t5/QlikView/storing-data-to-xls-format/m-p/227812#M79904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the macro code to export the content of object CH01 to an excel file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sub exportCH01toExcel&lt;BR /&gt; set obj = ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt; obj.ExportEx "C:\test.xls", 5&lt;BR /&gt;end sub&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 10:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-data-to-xls-format/m-p/227812#M79904</guid>
      <dc:creator />
      <dc:date>2010-07-20T10:11:09Z</dc:date>
    </item>
  </channel>
</rss>

