Borrar filtros
Borrar filtros

how can I change the Excel file format from matlab

2 visualizaciones (últimos 30 días)
Gabriela
Gabriela el 26 de Nov. de 2013
Comentada: Image Analyst el 18 de Dic. de 2013
Hello, I try to change a .xls file format in to .xlsx format.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by