Borrar filtros
Borrar filtros

Is it possible to convert a word documenet to an .xls file using matlab code? If so, can you help or refer me to a link that will help me do that

4 visualizaciones (últimos 30 días)
Convert a microsoft word document to an excel document using matlab code

Respuesta aceptada

Iain
Iain el 6 de Jun. de 2013
Possible? Yes. Sensible? No.
You'll need to interact with word and excel via active x controls. If you look at the code for xlsread, you'll see how. - Basically, it uses visual basic commands, which you can access via xl or word already.
  9 comentarios
Friedrich
Friedrich el 6 de Jun. de 2013
then have a look at low level file i/o like fopen, fscanf, fread, textscan, fgetl etc. In that way you should be able to read in the data.
Iain
Iain el 6 de Jun. de 2013
If its a nicely formatted table you can try uiimport, which relies on dlmread, csvread, etc.

Iniciar sesión para comentar.

Más respuestas (1)

fdsffdser
fdsffdser el 29 de Ag. de 2013
drag and drop word files to this word control and then click the word converting menue to convert word to other formats including pdf jpg. i haven't tried .xls. so i am not sure about whether it can make it . but it is very powerful in converting, so i have confidence on it.

Categorías

Más información sobre MATLAB Report Generator en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by