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

 Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de Jun. de 2015

0 votos

open('Book1.xls')

3 comentarios

vlad vladut
vlad vladut el 26 de Jun. de 2015
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 el 26 de Jun. de 2015
Thank you!...i used winopen and it works.
Walter Roberson
Walter Roberson el 26 de Jun. de 2015
Try winopen() of the file instead.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre File Operations en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 25 de Jun. de 2015

Comentada:

el 26 de Jun. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by