how can I change the Excel file format from matlab
2 次查看(过去 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!