How to install the actxserver function to read word file ?

3 次查看(过去 30 天)
I would like to read some word file using matlab, and I found that I could use actxserver function but it seems it's not install in my matlab version ? Do you know how I can fix it ? Thanls

回答(1 个)

Walter Roberson
Walter Roberson 2017-9-9
actxserver() is only available on MS Windows versions of MATLAB.
There is no way to use ActiveX to control MS Word on OS-X.
  5 个评论
Walter Roberson
Walter Roberson 2017-9-9
See https://api.libreoffice.org/ for the interface documentation. Java interface is documented and C++ interface is documented. You should be able to use either.
You might have to add to the Java Class Path to use the java interface from within MATLAB.
To use the C++ interface you would use loadlibrary()

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Use COM Objects in MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by