Open Excell file with dialog box
显示 更早的评论
Hi I would like to open with the dialog box an excel file that I know already the directory, how can I open?
I don't want read I would like to open microsoft excel directly
aemrep=menu('Do you want open AEM report?','Yes','No');
if aemrep==1
aemrep2=menu('click on REPORT AEM','REPORT AEM EXCEL');
if aemrep==1
%%open excell
else
end
end
采纳的回答
更多回答(1 个)
Robert Cumming
2011-12-22
Both of the following work on my PC:
winopen ( 'filename.xls' )
system ( 'filename.xls' )
类别
在 帮助中心 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!