MATLAB: Disable “Excel COM server”

xlsread xlswrite "excel com server"

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

Best Answer

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