Error when using "xlswrite"

조회 수: 2 (최근 30일)
Leo Müller
Leo Müller 2016년 3월 31일
답변: vincent becker 2016년 7월 18일
Hello,
I have the following problem:
Every time I try to write some variables into an excel file I get this error:
Error using xlswrite (line 220)
Error: The server threw an exception.
Can anybody help?
Thank you!
  댓글 수: 4
Ugue Halden
Ugue Halden 2016년 3월 31일
I think the problem can be within xlswrite function, maybe it is not designed for writing exceptaniol arrays into excel format ( For example maybe it is not suitable for writing Categorical Arrays )
This is the only logical idea which popped into my mind with given information by you.
Walter Roberson
Walter Roberson 2016년 3월 31일
How large is the data, and which file extension did you use? .xls ? .xlsx ?

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

답변 (2개)

Leo Müller
Leo Müller 2016년 4월 1일
I just found out, that this error does not occur if the file already exists ....
Thank you :)
  댓글 수: 1
Image Analyst
Image Analyst 2016년 4월 1일
It should not occur if there is no file existing yet. It should work.
Alternatively, have you tried writetable()?

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


vincent becker
vincent becker 2016년 7월 18일
Hi forum,
I've got the same error. How can I print the error message following the doc : [status message] = xlswrite(...);
How can I display 'message' say with fprintf?
Thought of a file path too long but isn't
Thanks Vincent

카테고리

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