필터 지우기
필터 지우기

MIssing actxserver function for xlswrite?

조회 수: 1 (최근 30일)
sas0701
sas0701 2013년 4월 26일
답변: Kristian Vepsäläinen 2014년 8월 7일
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
Leah
Leah 2013년 4월 26일
편집: Leah 2013년 4월 26일
do you get a file location back from this?
which actxserver
mine is in matlabroot\toolbox\matlab\winfun\actxserver.m

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2013년 4월 26일
편집: Walter Roberson 2013년 4월 26일
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.

추가 답변 (1개)

Kristian Vepsäläinen
Kristian Vepsäläinen 2014년 8월 7일
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?

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by