Can you write to an Excel file from Matlab Online using xlswrite?

6 visualizaciones (últimos 30 días)
Austin Brehm
Austin Brehm el 25 de Jul. de 2018
Respondida: Walter Roberson el 25 de Jul. de 2018
Is this possible?

Respuestas (2)

Fangjun Jiang
Fangjun Jiang el 25 de Jul. de 2018
I just tried it. It created an .csv file.
>> xlswrite('book1',magic(5))
Warning: Could not start Excel server for export.
XLSWRITE will attempt to write file in CSV format.

Walter Roberson
Walter Roberson el 25 de Jul. de 2018
No. MATLAB Online uses Linux, which is restricted to 'basic' for xlswrite(), and 'basic' ignores the file extension and writes a csv file instead.
You should use writetable() instead.

Comunidades de usuarios

Más respuestas en  Distance Learning Community

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by