Error when using "xlswrite"
1 次查看(过去 30 天)
显示 更早的评论
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
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
2016-3-31
How large is the data, and which file extension did you use? .xls ? .xlsx ?
回答(2 个)
Leo Müller
2016-4-1
1 个评论
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
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!