Write data to spreadsheet.?

3 views (last 30 days)
Sabarinathan Vadivelu
Sabarinathan Vadivelu on 26 Nov 2012
I have written some data to the spreadsheet using xlswrite function. But when i run the code next time I want to append the data to the existing data in the same file. How this is possible?

Accepted Answer

Jurgen
Jurgen on 26 Nov 2012
I suppose you could read the old data into MATLAB, concatenate and then overwrite old .xls file? Maybe not the fastest solution...
  1 Comment
Sabarinathan Vadivelu
Sabarinathan Vadivelu on 26 Nov 2012
when overwriting, the data will be stored in the old cell only how to write in the next cell?

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!