how can I change the Excel file format from matlab
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I try to change a .xls file format in to .xlsx format.
0 件のコメント
採用された回答
Azzi Abdelmalek
2013 年 11 月 26 日
[~,~,im]= xlsread('file.xls');
xlswrite('file.xlsx',im)
2 件のコメント
Image Analyst
2013 年 12 月 18 日
Use ActiveX programming - unless you're prepared to wait a very very long time. See my attached demo.
その他の回答 (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!