how to open excel in side script
Ältere Kommentare anzeigen
i want open excel use certain command in the script, which command can i use?
Akzeptierte Antwort
Weitere Antworten (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 Kommentar
wenchao zhang
am 26 Jun. 2024
Verschoben: Voss
am 26 Jun. 2024
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!