Excel access denied with Standalone application

3 次查看(过去 30 天)
Hello,
I am using fopen to write the results of my programmation in excel.
I share my program making .exe
I never have any issue before except if the excel file was already open but from yesterday I have an error saying Permission denied.
here is my code
[fid,message] = fopen(strcat(chemin_acces,'\Excel Results\',Option.carsimu,'\','AutoSimu_SetUp.xlsx'),'a');
I have no issue when I am using the application with matlab but only when I use the exe file.
Is there any windows update or anything else which could create the issue?
Thanks in advance.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by