how to open excel in side script
Mostrar comentarios más antiguos
i want open excel use certain command in the script, which command can i use?
Respuesta aceptada
Más respuestas (1)
If it is a specific file that you are trying to open in excel, you can use the winopen command to open excel. The code would look something like this:
winopen('yourFile.xls');
1 comentario
wenchao zhang
el 26 de Jun. de 2024
Movida: Voss
el 26 de Jun. de 2024
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!