xlswrite() to write to csv file not working

10 visualizaciones (últimos 30 días)
Mohamed Arshad Sheik Khaja Mohideen
Mohamed Arshad Sheik Khaja Mohideen el 30 de Mayo de 2021
Editada: madhan ravi el 30 de Mayo de 2021
Hello,
I have a very large csv file and I need to edit the value at cell B2 of the csv file using matlab. However when I use xlswrite(), I get an error saying file not in excel format.
THe code I used:
xlswrite('myfile.csv',0,1,'B2')
Error i get : "Error using xlswrite (line 224)
File not in Microsoft Excel Format."
What I am doing wrong. Is there a workaround for this problem?
Thank You

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 30 de Mayo de 2021
Editada: KALYAN ACHARJYA el 30 de Mayo de 2021
You are trying to save in CSV, Prefer this one

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by