how can I change the Excel file format from matlab
2 views (last 30 days)
Show older comments
Gabriela
on 26 Nov 2013
Commented: Image Analyst
on 18 Dec 2013
Hello, I try to change a .xls file format in to .xlsx format.
0 Comments
Accepted Answer
Azzi Abdelmalek
on 26 Nov 2013
[~,~,im]= xlsread('file.xls');
xlswrite('file.xlsx',im)
2 Comments
Image Analyst
on 18 Dec 2013
Use ActiveX programming - unless you're prepared to wait a very very long time. See my attached demo.
More Answers (0)
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!