I want to Connect to an excel from Sharepoint using python but it doesnt work.
My code:
df = pd.read_excel(url,sheet_name = 'Sheet1', header = 0, auth=(username, password))
My error:
TypeError: read_excel() got an unexpected keyword argument 'auth'
How can I connect?
find a solution at this problem