Why does using ActiveX in MATLAB Web App Server fail with "Server Creation Failed : Access denied" errors?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!