<?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: Send to Excel with plugin not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81950#M1324078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, AJAX works fine. Many of our applications require the plugin, so we are looking for a fix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Feb 2018 15:27:17 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2018-02-09T15:27:17Z</dc:date>
    <item>
      <title>Send to Excel with plugin not working</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81947#M1324071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are moving to Windows 10 and our company policy will be that no user will have admin rights to their computers.&lt;/P&gt;&lt;P&gt;Wehn we do Send to Excel with the QVPlugin, Excel opens with no data and this event error is created:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif;"&gt;The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif;"&gt;{C2F03A33-21F5-47FA-B4BB-156362A2F239}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif;"&gt;and APPID &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif;"&gt;{316CDED5-E4AE-4B15-9113-7055D84DCC97}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif;"&gt;to the user AMU\XXXXXXX SID (S-1-5-21-4127812034-820336945-2256232113-810692) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We have tested with an admin account and there is no error.&lt;/P&gt;&lt;P&gt;Does the plugin require admin access to the computer? Is there a fix (other that using Export or Copy to clipboard).&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/Send-to-Excel-with-plugin-not-working/m-p/81947#M1324071</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Send to Excel with plugin not working</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81948#M1324073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have to use the IE Plug in?&lt;/P&gt;&lt;P&gt;We just switched to Windows 10 and have no admin rights and have no issue with Ajax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am testing with the plugin now and it's working just fine for me so it is not per say because you are not an admin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 15:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81948#M1324073</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2018-02-09T15:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Send to Excel with plugin not working</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81949#M1324076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello m w,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a macro to export the object to excel file. If you want to specify the object ID from front-end you can use variable in the Object-ID. Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub ExportToExcel&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DIM ExcelApplication, ExcelWorkbook&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET ExcelApplication = CREATEOBJECT("Excel.Application")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET ExcelWorkbook = ExcelApplication.Workbooks.Add&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ActiveDocument.GetSheetObject("CH142").CopyTableToClipBoard TRUE // Specify the object ID to export to excel.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExcelWorkbook.Worksheets(1).Paste&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExcelWorkbook.Worksheets(1).Rows("1:100000").RowHeight = 15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExcelWorkbook.Worksheets(1).Columns("A:ZZ").AutoFit&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExcelApplication.DisplayAlerts = FALSE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExcelWorkbook.SaveAs "D:\Development\Test.xlsx" , 51 //Specify the Path to save the excel file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExcelApplication.Quit&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MsgBox " Excel file saved in Default path !! "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 15:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81949#M1324076</guid>
      <dc:creator>rajender_qlik</dc:creator>
      <dc:date>2018-02-09T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Send to Excel with plugin not working</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81950#M1324078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, AJAX works fine. Many of our applications require the plugin, so we are looking for a fix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 15:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81950#M1324078</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-02-09T15:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Send to Excel with plugin not working</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81951#M1324081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajender,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have more than 120 apps and we would have to have a different macro for each chart in the app.&lt;/P&gt;&lt;P&gt;We need a fix for the Send to Excel feature, not a workaround.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 15:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81951#M1324081</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-02-09T15:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Send to Excel with plugin not working</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81952#M1324084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Sysadmin may find this article useful:&lt;/P&gt;&lt;P&gt;&lt;A href="https://shauncassells.wordpress.com/2015/09/28/windows-10-event-10016-fix-the-application-specific-permission-settings-do-not-grant-local-activation-permission-for-the-com-server-application-with-clsid-d63b10c5-bb46-4990-a94f-e40b9d520160-and-a/" title="https://shauncassells.wordpress.com/2015/09/28/windows-10-event-10016-fix-the-application-specific-permission-settings-do-not-grant-local-activation-permission-for-the-com-server-application-with-clsid-d63b10c5-bb46-4990-a94f-e40b9d520160-and-a/"&gt;Windows 10 Event 10016 Fix: The application-specific permission settings do not grant Local Activation permission for th…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 15:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81952#M1324084</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2018-02-09T15:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Send to Excel with plugin not working</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81953#M1324087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we check this error-message in google:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.google.de/search?q=do+not+grant+Local+Activation+permission+for+the+COM+Server+application" title="https://www.google.de/search?q=do+not+grant+Local+Activation+permission+for+the+COM+Server+application"&gt;https://www.google.de/search?q=do+not+grant+Local+Activation+permission+for+the+COM+Server+application&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we will see that's not an uncommon error and that the reason are missing rights either caused through the probably adjusted policies for Windows 10 or through any conflicts by the installation. The suggested solutions seems to be all to adjust it within the registry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the restrictions for the users are too strict and that something essential to call excel as tool is blocked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 15:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81953#M1324087</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-09T15:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Send to Excel with plugin not working</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81954#M1324090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will present this to our tech team for testing.&lt;/P&gt;&lt;P&gt;If all works out, I will mark this response as correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 15:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81954#M1324090</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-02-09T15:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Send to Excel with plugin not working</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81955#M1324093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After adding our Accesspoint URL to Trusted Sites, all problems with the plugin were resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 16:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-Excel-with-plugin-not-working/m-p/81955#M1324093</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-03-19T16:33:08Z</dc:date>
    </item>
  </channel>
</rss>

