简体   繁体   English

Python - 如何在没有身份验证的情况下读取 Sharepoint excel 工作表

[英]Python - how to read Sharepoint excel sheet without authentication

I just want to read a excel file in Sharepoint, but with no authentication.我只想在 Sharepoint 中读取一个 excel 文件,但没有身份验证。

Read a sharepoint excel file using the file link, without a authentication.使用文件链接读取共享点 excel 文件,无需身份验证。

If you don't need to authenticate (or program the authentication in), to download, you can try requests.get(url="link") or you could use selenium, to browse the website, and download the file.如果您不需要验证(或编程验证),下载,您可以尝试 requests.get(url="link") 或者您可以使用 selenium,浏览网站并下载文件。 And then you can open it with pandas.然后你可以用熊猫打开它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Python - 如何阅读 Sharepoint excel 表特定工作表 - Python - how to read Sharepoint excel sheet specific worksheet Python Sharepoint API 认证成功但无法读取 ZC1D81AF5835844B4E9D93DC91 - Python Sharepoint API Authentication Successful But Can't Read Excel File 如何从 PowerBi 中的 Python 脚本读取 SharePoint Excel 文件? - How to read SharePoint Excel file from Python Script in PowerBi? 如何从 Python 中的 excel 工作表的每个选项卡中读取多个表格? - How to read multiple tables from each tab of an excel sheet in Python? 如何在python中将相同的数据从Excel工作表读取到文本文件 - How to read the same data from excel sheet to the textfile in Python 如何使用 python 从单个 excel 表中读取两个表? - How to read two tables from single excel sheet using python? 如何使用 python 删除 SharePoint excel 工作表中存在的所有行? - How to delete all the rows present in SharePoint excel sheet table using python? 在 Python 中读取 Sharepoint Excel 文件 - Pandas - Read Sharepoint Excel File in Python - Pandas 使用 python pandas 读取 sharepoint excel 文件 - Read sharepoint excel file with python pandas 如何从多个 csv 文件中读取数据并写入 Python 中的单个 Excel 表的同一张表 - How to read data from multiple csv files and write into same sheet of single Excel Sheet in Python
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM