How to append data to current row in an excel sheet???
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ihtisham Khan
el 2 de Mayo de 2018
Comentada: dpb
el 3 de Mayo de 2018
Hi, I want to add data to an excel sheet that already contains data. I want to append data to current row but do not know how?
Any help would be much appreciated. Thanks.
0 comentarios
Respuesta aceptada
dpb
el 2 de Mayo de 2018
doc xlsread
doc xlswrite
You can read/write from/to any area in the file; probably the simplest to code is to read the row into memory, concatenate the new to it and then rewrite the whole row. Alternatives depend upon what you know a priori about what assumptions can make or how much have to do to determine where the next column really is...
2 comentarios
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!