Write data to spreadsheet.?
2 views (last 30 days)
Show older comments
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?
0 Comments
Accepted Answer
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...
More Answers (0)
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!