how to open excel in side script
Mostra commenti meno recenti
i want open excel use certain command in the script, which command can i use?
Risposta accettata
Più risposte (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 Commento
wenchao zhang
il 26 Giu 2024
Spostato: Voss
il 26 Giu 2024
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!