Why does this issue with XLSWRITE occurs?

2 visualizzazioni (ultimi 30 giorni)
Tony Castillo
Tony Castillo il 6 Nov 2019
Commentato: Bob Thompson il 7 Nov 2019
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 Commenti
Tony Castillo
Tony Castillo il 7 Nov 2019
Thank you so much, I do not know what happened because it just worked only after restarting the PC, I mean I think you were completely right in your point, although other algorithms worked properly only this one not.
Bob Thompson
Bob Thompson il 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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by