MIssing actxserver function for xlswrite?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
sas0701
il 26 Apr 2013
Risposto: Kristian Vepsäläinen
il 7 Ago 2014
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?
1 Commento
Risposta accettata
Walter Roberson
il 26 Apr 2013
Modificato: Walter Roberson
il 26 Apr 2013
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.
0 Commenti
Più risposte (1)
Kristian Vepsäläinen
il 7 Ago 2014
I have sama error: Undefined function 'actxserver' for input arguments of type 'char'.
I use iMac (late 2009) and OSX 10.9.4. Matlab is 2014a (student) and I try write Excel-files using xlswrite. So, how I can write to Excel?
0 Commenti
Vedere anche
Categorie
Scopri di più su Use COM Objects in MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!