xlswrite() to write to csv file not working

10 views (last 30 days)
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

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 30 May 2021
Edited: KALYAN ACHARJYA on 30 May 2021
You are trying to save in CSV, Prefer this one

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!