Is there a way to write data to excel, on different sheets, with each sheet named?
144 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Teshan Rezel
el 1 de Jul. de 2021
Respondida: Vivek
el 4 de Ag. de 2023
Hi folks,
I am trying to write data from matlab into excel, onto multiple sheets within the same excel file. However, I would like each new sheet to be renamed to a specific string which I define.
As far as I can tell, this is not an option in an existing matlab function. Is there a way around this please?
0 comentarios
Respuesta aceptada
Sam
el 1 de Jul. de 2021
Editada: Sam
el 1 de Jul. de 2021
In the writetable/writematrix/writecell method, you can specify the name of the sheet you want to write the data to. If given sheet does not exist, it will be created. Refer to this link for more information.
Note: if a new sheet is added, matlab will throw a warning. The link above also contains information about how to supress such warnings.
Más respuestas (1)
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!