Is it possible to run an activex with actxserver from a Matlab Web App?

4 Ansichten (letzte 30 Tage)
Alain
Alain am 12 Jun. 2019
Kommentiert: Alain am 27 Jan. 2020
I have a matlab web app and it fails when calling to actxserver, is it possible to do it?
I have the server with a user with administrative privileges.
Thanks

Antworten (1)

Pierre Harouimi
Pierre Harouimi am 27 Jan. 2020
Using Excel in web apps is not recommended.
The recommended approach is to use readtable / writetable without invoking Excel behind the scenes ('UseExcel=false'), and reimplement figures as MATLAB UIAxes controls in AppDesigner.

Kategorien

Mehr zu Use COM Objects in MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by