I have a SharePoint system with authentication automatic.
So, I need to read, create, edit some Excel files from this Sharepoint.
No, I don't want download it and manipulate in local. I need to read like a Dataframe and save like a Excel at the end.
The functions read_excel and to_excel from Pandas, they don't recognize the URL address.
I can use like a Windows path if I use a Sharepoint path with origin in my computer (like OneDrive), but the others can't run the same routines, because they need use this URL address.