Why does using ActiveX in MATLAB Web App Server fail with "Server Creation Failed : Access denied" errors?
Mostra commenti meno recenti
I am working with a deployed web app, in which I am trying to use the ActiveX interface. I am working with ActiveX because I create both tables and Excel figures as part of an Excel report.
The errors I run into are the following:
Error using feval
Server Creation Failed : Access denied
Error in actxserver (line 89)
The offending line in their code is:
Excel = actxserver('Excel.Application');
Everything works fine in a non-deployed environment.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!