Is there a way to edit live view excel documents with c#?
We have an excel document that has jobs being added to it from several different computers, via a c# program, but it is also being viewed through microsoft teams. As far as I can work out, the document needs to be closed in Microsoft Teams on all computers to be able to be edited.
Is this correct? Or is there a workaround?
EDIT 1: For clarification, this document is currently being accessed by multiple users while my c# program runs, and so is rendered inaccessible to it.
EDIT 2: I just realised, the code I am trying to use opens the file in excel in desktop...That's my problem...So the real question is, am I able to access and use excel online using C#?