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!