disable "Excel COM server"

5 views (last 30 days)
Sam
Sam on 30 Jul 2012
How can I disable "Excel COM server" in MATLAB ? (I am coding in a machine with MS Excel, but will run the code on non-Excel machine)
Thanks S

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 30 Jul 2012
Do you mean when using the XLSREAD command? Use the "[num,txt,raw] = xlsread(filename,sheet,'','basic')" syntax.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!