<?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 QV 11.2 SR2 - Excel export issue (ajax) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-11-2-SR2-Excel-export-issue-ajax/m-p/551739#M1267393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue with QV 11.2 SR2, in ajax mode. When I try to send to Excel a chart with more than (I suspect) 65000 lines, the generated file is not a .xls file but a csv one. The problem is that I lost all the formatting and it is totally unusable for the users.&lt;/P&gt;&lt;P&gt;When I try to export the same chart, with a restricted selection and therfore a minimized number of lines (around 50 000), the generated file is a xls and the formatting is fine.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My QV access point is in the trusted sites list of IE and the security parameters are lowered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a know issue? Is there a way to export to Excel properly more than 65 000 lines?&lt;/P&gt;&lt;P&gt;Thanks in advance for your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>QV 11.2 SR2 - Excel export issue (ajax)</title>
      <link>https://community.qlik.com/t5/QlikView/QV-11-2-SR2-Excel-export-issue-ajax/m-p/551739#M1267393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue with QV 11.2 SR2, in ajax mode. When I try to send to Excel a chart with more than (I suspect) 65000 lines, the generated file is not a .xls file but a csv one. The problem is that I lost all the formatting and it is totally unusable for the users.&lt;/P&gt;&lt;P&gt;When I try to export the same chart, with a restricted selection and therfore a minimized number of lines (around 50 000), the generated file is a xls and the formatting is fine.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My QV access point is in the trusted sites list of IE and the security parameters are lowered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a know issue? Is there a way to export to Excel properly more than 65 000 lines?&lt;/P&gt;&lt;P&gt;Thanks in advance for your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-11-2-SR2-Excel-export-issue-ajax/m-p/551739#M1267393</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: QV 11.2 SR2 - Excel export issue (ajax)</title>
      <link>https://community.qlik.com/t5/QlikView/QV-11-2-SR2-Excel-export-issue-ajax/m-p/551740#M1267397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The QlikView Excel export uses the BIFF format (.xls) which is limited to 65000 lines. Not by QlikView, but by the format specification itself. If you want more than that, you need to export to a text file with comma or tab as delimiter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-11-2-SR2-Excel-export-issue-ajax/m-p/551740#M1267397</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-12-10T09:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: QV 11.2 SR2 - Excel export issue (ajax)</title>
      <link>https://community.qlik.com/t5/QlikView/QV-11-2-SR2-Excel-export-issue-ajax/m-p/551741#M1267401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-11-2-SR2-Excel-export-issue-ajax/m-p/551741#M1267401</guid>
      <dc:creator />
      <dc:date>2013-12-12T10:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: QV 11.2 SR2 - Excel export issue (ajax)</title>
      <link>https://community.qlik.com/t5/QlikView/QV-11-2-SR2-Excel-export-issue-ajax/m-p/551742#M1267403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need macro..just put this configuration on settings.ini in qlikview server :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RowLimitForCsvInsteadOfXls=10000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change the value as u want..but as far as i know ms excel max sheets is only 255 sheets..so make sure you don't export more than 255 sheets..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 07:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-11-2-SR2-Excel-export-issue-ajax/m-p/551742#M1267403</guid>
      <dc:creator />
      <dc:date>2014-04-21T07:33:33Z</dc:date>
    </item>
  </channel>
</rss>

