Not being able to access SharePoint List with Python
I’m attempting to automate some queries using Python, but I’m encountering difficulties connecting to and extracting data from a SharePoint List (which is what my organization uses). The simplest method I’ve found so far is using the “win32com.client” module from the “pywin32” package.
Not beeing able to access SharePoint List with Python
Little brief: I’m attempting to automate some queries using Python, but I’m encountering difficulties connecting to and extracting data from a SharePoint List (which is what my organization uses). The simplest method I’ve found so far is using the “win32com.client” module from the “pywin32” package.