how to open excel in side script
Show older comments
i want open excel use certain command in the script, which command can i use?
Accepted Answer
More Answers (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 Comment
wenchao zhang
on 26 Jun 2024
Moved: Voss
on 26 Jun 2024
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!