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
조회 수: 1 (최근 30일)
이전 댓글 표시
Convert a microsoft word document to an excel document using matlab code
댓글 수: 2
Walter Roberson
2013년 6월 6일
We might have some trouble with the custom kerning. Are you okay with that?
채택된 답변
Iain
2013년 6월 6일
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.
추가 답변 (1개)
fdsffdser
2013년 8월 29일
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.
댓글 수: 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!