Forum Discussion
Corrupted Excel file ? / Fichier corrompu ?
Corrupted Excel file?
Hello
I had just finished my Excel file (two hours of work) saved on OneDrive when suddenly the file screen went black. When I tried to open my file saved on OneDrive, it didn't work.
When I try to open the downloaded file, I get the following error message:
“Sorry... Excel cannot open two workbooks with the same name at the same time.”
If I try to open it via the OneDrive website, I get the error message:
“We're sorry, we can't open this workbook in the browser because it is hidden.”
I am using Office 365. It seems that the file is corrupted. Is there a solution to recover my file?
Thank you in advance for your help.
------
Bonjour
Je venais de terminer mon fichier excel (2 heures de travail) enregistré sur "one drive" quand subitement l'écran du fichier est devenu noir. Lorsque j'ai voulu ouvrir mon fichier enregistré sur one drive cela n'a pas fonctionné.
Lorsque je tente d'ouvrir le fichier téléchargé j'ai le message d'erreur :
"Désolé... Excel ne peut pas ouvrir en même temps deux classeurs portant le même nom".
Si je tente de l'ouvrir en passant par le site one drive j'ai le message d'erreur :
"Nous sommes désolés, nous ne pouvons pas ouvrir ce classeur dans le navigateur, car il est masqué".
Je suis sur office 365. Il semblerait que le fichier soit corrompu. Existe-il une solution pour récupérer mon fichier ?
Merci d'avance pour votre aide
1 Reply
- NikolinoDEGold Contributor
It sounds like your file itself may not be truly damaged in the binary sense — the symptoms fit more with Excel having saved it in a “hidden window” state or with OneDrive leaving a locked/duplicate copy behind.
Maybe you can try this Recovery steps.
Make a local copy and work on that (Rename it to something different (MyFile_recovered.xlsx) and store it somewhere outside your OneDrive folder so sync won’t interfere.)
Open in Excel desktop with visibility reset (Go to File → Options → Advanced → Display → make sure “Show all windows in the Taskbar” is checked.)
Force unhide via VBA if the ribbon option fails (Paste this: ThisWorkbook.Windows(1).Visible = True in VBA Editor)
If it still won’t open normally (Try File → Open → Browse → select your copy → Open and Repair)
Last resort – recover from OneDrive version history (In the OneDrive web interface, right-click the file → Version history)
Hope this helps you a little