how to open excel in side script
古いコメントを表示
i want open excel use certain command in the script, which command can i use?
採用された回答
その他の回答 (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 件のコメント
wenchao zhang
2024 年 6 月 26 日
移動済み: Voss
2024 年 6 月 26 日
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!