Error: The server threw an exception. in desktop

When I was trying to read xlsx file using xlsread, I got the following error.
Error using xlsread (line 247)
Error: The server threw an exception.
Error in UpdatePosition (line 7)
data = xlsread('myfile.xlsx') ;
I am using xlsread in Desktop. I browsed for the above said error. I got the following link:
The above link shows an error in laptop, where as the present error is in desktop. After checking the addon's of excel, I got the solution. I thought to share a fix for this, so that the other people who get this error can be benefited.

 Accepted Answer

KSSV
KSSV on 22 Jun 2016
Open excel> office button>excel options>add ins>Manage>COM Add-inns>Go>uncheck the addins there.
After the above fix, xlsread worked fine for me.

10 Comments

Works perfectly. Thanks for the tip.
The answer also helps me!
I can't uncheck the addins! Can you help me please?
choose the 'COM Add-ins' and then 'Go...'
Thank you very much! It worked for me.
Thank you! It worked for me!
Thank you!Where were you...!? (:

Sign in to comment.

Asked:

on 22 Jun 2016

Commented:

on 5 Aug 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!