Hello i have a PushButton called OPEN and i want it to Open an Excel file with MicrosoftExcel. I tried uigetfile('Book1.xls') and when i choose it and Click Open nothing happens because i think Matlab opens it but i want MicrosoftExcel to open it and show me its content...i have Matlab 7

 채택된 답변

Walter Roberson
Walter Roberson 2015년 6월 25일

0 개 추천

open('Book1.xls')

댓글 수: 3

vlad vladut
vlad vladut 2015년 6월 26일
I have Microsoft 2007 so for: open('Book1.xlsx') i get the first image and if i save in a 2003 and write: open('Book1.xls') i get the second image
vlad vladut
vlad vladut 2015년 6월 26일
Thank you!...i used winopen and it works.
Walter Roberson
Walter Roberson 2015년 6월 26일
Try winopen() of the file instead.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 File Operations에 대해 자세히 알아보기

질문:

2015년 6월 25일

댓글:

2015년 6월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by