Forum Discussion
Microsoft.SharePoint.SPFileLockException
This is probably not a solution, just an input from a scenario where we had a problem with an Excel sheet that more than 50 people used constantly. It's been a while since I've been digging around, but I remember how I solved it.
Scanario: 50 people work every day in a really heavy Excel sheet with many tabs and lots of formulas. They all wanted to be able to open the document and enter their own numbers without saving them, but always know that they had the latest version.
Two people updated the Excel sheet.
Problem: users didn't see updates
In order to be able to modify, they needed to open the document from their computer, as online didn't allow changes without saving.
After a lot of testing, it ended up that many versions seemed to be the problem.
Solution:
Created a separate document library in SharePoint, on the same site, with just this document. Turned off version history (now I'm not sure, maybe I set it to two versions.... it was a while ago).
But haven't heard anything from the company since then, which is always a good sign 😉