MATLAB: MIssing actxserver function for xlswrite

xlswrite actxserver

Hi, I just tried xlswrite and it looks like I am missing actxserver in both R2013(mac) and R2007b(windows). Not sure why but if I try
Warning: Could not start Excel server for export.
XLSWRITE will attempt to write file in CSV format.
> In xlswrite at 175
>> Excel = actxserver('Excel.Application');
Undefined function 'actxserver' for input arguments of type 'char'.
Any ideas?

Best Answer

activex cannot be used on OS-X or Linux as those operating systems do not support ActiveX. It should be present on MS Windows; but if you do not have Excel installed on your MS Windows machine then it would revert to Basic mode.