Can you edit MS Teams documents (spreadsheets specifically) with Python code WHILE others continue collaborating on the Document

Anonymous
2021-05-18T20:39:10.11+00:00

Desired Output: Python script that fills cells in spreadsheet that others are collaborating on simultaneously. This would be a Teams/Sharepoint document.

Due Diligence:

https://techcommunity.microsoft.com/t5/teams-developer/programatically-accessing-files-shared-in-teams/m-p/763916

https://stackoverflow.com/questions/57103597/grabbing-files-from-microsoft-teams-using-python


In short, I want to know if there is a way my script could 'enter' a (Microsoft Teams) spreadsheet (and manipulate data) the same/similar to anyone else collaborating on the same document together (simultaneously).

Windows development | Windows API - Win32
Microsoft Teams | Development
{count} votes

1 answer

Sort by: Most helpful
  1. Kartheek Raparthy 1 Reputation point
    2021-05-27T04:13:47.36+00:00

    Microsoft teams files stores in sharepoint. if you know the location you can access same sharepoint site using powershell. Please go through the below links. LInk1
    link2
    link3
    Build script based on your requirement.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.