Append Data to Excel File
Mostrar comentarios más antiguos
Does anyone have advice on how to append data to the bottom of an excel file (i.e. to an unknown row, in column 1, for example)? Any advice is appreciated. Thanks.
Respuestas (1)
Fangjun Jiang
el 10 de Ag. de 2011
0 votos
If the Excel file is not abnormally huge, I would read it in with xlswrite(), append the data to the end of the first column, and then write it back using xlswrite().
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!