<?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 MS Excel 2010 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309258#M114183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, just remember I tryed to use this function in vbscript:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;sub Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetobject("SO&amp;nbsp; Table - Нов")&lt;/P&gt;&lt;P&gt;obj.exportbiff("C:\Test1.xlsx")&lt;/P&gt;&lt;P&gt;obj.Export "C:\Test2.xlsx",","&amp;nbsp; //if not mistaken this one needs the file to exist.&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These where the two ways I have found people used to create the xlsx exports,&lt;/P&gt;&lt;P&gt;but it didn't work for me. It just didn't create any valid excel files for me.&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2011 09:03:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-10T09:03:46Z</dc:date>
    <item>
      <title>Export to MS Excel 2010</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309256#M114181</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 have QlikView 9. When exporting to excel, it considers the old excel sheet number of records -65000-, so if the report more than 65000, it distributes the result into multiple sheets.&lt;/P&gt;&lt;P&gt;Is there a way to export to xlsx format, by other hand, exporting to excel with new excel version -2007 or 2010- that allows more than a milion record?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 08:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309256#M114181</guid>
      <dc:creator />
      <dc:date>2011-11-10T08:51:52Z</dc:date>
    </item>
    <item>
      <title>Export to MS Excel 2010</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309257#M114182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I had the same problem, but with office 2007 and QV10 SR1, once I updated it to QV10 SR3, I started to get the exports that exceed the 65 536 records as csv. And in csv it is all in one sheet. The only problem is that in csv there is no cyrillic support for me and so I get all cyrillic values as ????. if u have no t3ext in other then the standart characters it is ok to update and just start getting the csv exports instead of the xls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helped you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 08:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309257#M114182</guid>
      <dc:creator />
      <dc:date>2011-11-10T08:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export to MS Excel 2010</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309258#M114183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, just remember I tryed to use this function in vbscript:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;sub Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetobject("SO&amp;nbsp; Table - Нов")&lt;/P&gt;&lt;P&gt;obj.exportbiff("C:\Test1.xlsx")&lt;/P&gt;&lt;P&gt;obj.Export "C:\Test2.xlsx",","&amp;nbsp; //if not mistaken this one needs the file to exist.&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These where the two ways I have found people used to create the xlsx exports,&lt;/P&gt;&lt;P&gt;but it didn't work for me. It just didn't create any valid excel files for me.&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 09:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309258#M114183</guid>
      <dc:creator />
      <dc:date>2011-11-10T09:03:46Z</dc:date>
    </item>
    <item>
      <title>Export to MS Excel 2010</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309259#M114184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just curious, why export to xls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 10:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309259#M114184</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2011-11-10T10:25:41Z</dc:date>
    </item>
    <item>
      <title>Export to MS Excel 2010</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309260#M114185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Business user wants to export to excel, maybe to send the report to outside user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 07:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309260#M114185</guid>
      <dc:creator />
      <dc:date>2011-11-14T07:41:31Z</dc:date>
    </item>
    <item>
      <title>Export to MS Excel 2010</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309261#M114186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suggestion:&lt;/P&gt;&lt;P&gt;You can export sheet objects as image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 07:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309261#M114186</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2011-11-14T07:56:21Z</dc:date>
    </item>
    <item>
      <title>Export to MS Excel 2010</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309262#M114187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Outside user may deal -manipulate- with this data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 08:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-MS-Excel-2010/m-p/309262#M114187</guid>
      <dc:creator />
      <dc:date>2011-11-14T08:35:25Z</dc:date>
    </item>
  </channel>
</rss>

