how can I change the Excel file format from matlab

3 次查看(过去 30 天)
Hello, I try to change a .xls file format in to .xlsx format.

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-11-26
[~,~,im]= xlsread('file.xls');
xlswrite('file.xlsx',im)
  2 个评论
Gabriela
Gabriela 2013-12-17
But what if I have 600 sheets in this Excel,..how can I do it?
Image Analyst
Image Analyst 2013-12-18
Use ActiveX programming - unless you're prepared to wait a very very long time. See my attached demo.

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by