how to open excel in side script

2 vues (au cours des 30 derniers jours)
wenchao zhang
wenchao zhang le 26 Juin 2024
Modifié(e) : Image Analyst le 26 Juin 2024
i want open excel use certain command in the script, which command can i use?

Réponse acceptée

Image Analyst
Image Analyst le 26 Juin 2024
Modifié(e) : Image Analyst le 26 Juin 2024
If you use Windows you can use ActiveX to open Excel and control anything in Excel. from your MATLAB code directly (no need to interact with Excel inside Excel, though you still can if you want). See attached demos where I do that.

Plus de réponses (1)

Liam
Liam le 26 Juin 2024
Déplacé(e) : Voss le 26 Juin 2024
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
wenchao zhang le 26 Juin 2024
Déplacé(e) : Voss le 26 Juin 2024
ok,thanks,Liam,you can directly submit the answer directly, then i can accept your answer.

Connectez-vous pour commenter.

Produits


Version

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by