is it possible to make a dialog box from excel file?
1 回表示 (過去 30 日間)
古いコメントを表示
excel file contain string data.for example in excel file A1 contain aiub(A1=aiub) and B1 contain nsu(B1=nsu). is it possible can A1 and B1 shows by dialog box ?
0 件のコメント
回答 (1 件)
Chandrasekhar
2014 年 4 月 3 日
編集済み: Chandrasekhar
2014 年 4 月 3 日
yes...
[~,str1] = xlsread('xlsname.xls','SheetNam','A1:B1');
msgbox(char(str1)))
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!