how to open excel in side script
Afficher commentaires plus anciens
i want open excel use certain command in the script, which command can i use?
Réponse acceptée
Plus de réponses (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 commentaire
wenchao zhang
le 26 Juin 2024
Déplacé(e) : Voss
le 26 Juin 2024
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!