Error when using "xlswrite"

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 comentarios

Image Analyst
Image Analyst el 31 de Mzo. de 2016
Exactly what are you trying to write?
Leo Müller
Leo Müller el 31 de Mzo. de 2016
let's say I have a variable a with an array in it. How do I export this array as an excel file?
Thank you!
Ugue Halden
Ugue Halden el 31 de Mzo. de 2016
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 el 31 de Mzo. de 2016
How large is the data, and which file extension did you use? .xls ? .xlsx ?

Iniciar sesión para comentar.

Respuestas (2)

Leo Müller
Leo Müller el 1 de Abr. de 2016

0 votos

I just found out, that this error does not occur if the file already exists ....
Thank you :)

1 comentario

Image Analyst
Image Analyst el 1 de Abr. de 2016
It should not occur if there is no file existing yet. It should work.
Alternatively, have you tried writetable()?

Iniciar sesión para comentar.

vincent becker
vincent becker el 18 de Jul. de 2016

0 votos

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

Preguntada:

el 31 de Mzo. de 2016

Respondida:

el 18 de Jul. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by