Why does this issue with XLSWRITE occurs?
Ältere Kommentare anzeigen
Dear all,
I had gotten this error message the odd in it is that previously it worked properly, but after some usage it is not working any longer:
Error using xlswrite (line 224)
The file
C:\Users\Tony\Documents\MATLAB\NewRoad2DC_Ok\7_PVandBatt_Exchanges\1_Home_Simplified_Weight_Exchange\HOUSE_REAL.xlsx
is not writable. It might be locked by another process.
Error in Ana_WE_home_v2 (line 98)
xlswrite('HOUSE_REAL.xlsx',Vector,sheet,'b2:b20')
3 Kommentare
Bob Thompson
am 6 Nov. 2019
Is the file open for any reason? You may have to close and restart matlab, and make sure no copies of excel are running.
Tony Castillo
am 7 Nov. 2019
Bob Thompson
am 7 Nov. 2019
xlswrite requires the ability for Matlab to be able to open, edit, and close an excel file. As with any MS Office application, if the file is already open then it is locked for editing by a second access attempt, and the Matlab command balks at this. I have learned that there are often processes still holding files 'open' even if their windows aren't visible. Restarting the PC forces those processes to close the applications, which is what allows it to start working again.
Antworten (0)
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!