xlswrite() to write to csv file not working

15 Ansichten (letzte 30 Tage)
Mohamed Arshad Sheik Khaja Mohideen
Bearbeitet: madhan ravi am 30 Mai 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

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 30 Mai 2021
Bearbeitet: KALYAN ACHARJYA am 30 Mai 2021
You are trying to save in CSV, Prefer this one

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by