Bug #80065 with activated Add-In excel tabels in Word files produce "ecel not installed"
Submitted: 20 Jan 2016 9:29 Modified: 23 Nov 2016 0:38
Reporter: Rico Pietzsch Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL for Windows: MySQL for Excel Severity:S2 (Serious)
Version:1.3.5, 1.3.6. 32bit OS:Windows (10 64bit)
Assigned to: CPU Architecture:Any
Tags: Excel, OLE, word

[20 Jan 2016 9:29] Rico Pietzsch
Description:
The mysql-excel plugin creates a "excel not installed Warning" if you try to open a excel worksheet/table included in an word file.
The only solution seems to be to remove the add-in.

How to repeat:
MS Office Pro 2010 32bit:

Create wordfile, insert Object - Object - MS Excel Worksheet .... put some numbers in ... then save word file.
Reopen Word file and doubleclick into the table. et voila ...

Suggested fix:
remove mysql for excel sems to be the only solution
[20 Jan 2016 11:00] Chiranjeevi Battula
Hello   Rico Pietzsch,

Thank you for the bug report.
Verified this behavior on MS Excel & Word 2013.

Thanks,
Chiranjeevi
[20 Jan 2016 11:00] Chiranjeevi Battula
Screenshot.

Attachment: 80065.PNG (image/png, text), 70.53 KiB.

[23 Nov 2016 0:38] Javier TreviƱo
This problem is caused by any COM Interop add-in, even by Microsoft's PowerPivot.
Found some articles about this:

http://answers.microsoft.com/en-us/msoffice/forum/msoffice_word-mso_other/word-2010-cannot...
https://support.microsoft.com/en-us/kb/2021065
https://blogs.msdn.microsoft.com/vsofficedeveloper/2008/04/11/excel-ole-embedding-errors-i...

Attempted to fix this by trying the method of calling Marshal.ReleaseComObject on event handlers but actually the behavior of the add-in was damaged by doing that.
While we keep this add-in developed using COM Interop we won't be able to fix the problem.