Write data to spreadsheet.?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Jurgen
el 26 de Nov. de 2012
I suppose you could read the old data into MATLAB, concatenate and then overwrite old .xls file? Maybe not the fastest solution...
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!