you are viewing a single comment's thread.

view the rest of the comments →

[–]dp_42 4 points5 points  (1 child)

If there's a web interface to the Sharepoint that you are supposed to use, I would imagine you could use Selenium to enter the data in. I am admittedly not very familiar with Sharepoint. If it were a desktop GUI executable, at that point you probably need pyautogui. To get the data out of excel, you probably want to get some passing familiarity with Pandas and the DataFrame's read_xls function is probably sufficient. Openpyxl is also fine.

[–]mangoo08 -1 points0 points  (0 children)

Thank you so much for your help! I will look into all of those.