简体   繁体   English

在C#中从Share point office 365读取Excel文件

[英]Read Excel file from Share point office 365 in c#

I am trying to read excel file from office 365 link.In this link, I can read and write records. 我正在尝试从Office 365链接读取Excel文件。在此链接中,我可以读取和写入记录。 Can anyone help how to access/read data from online excel file and update the same file. 谁能帮助您访问/读取在线Excel文件中的数据并更新同一文件。

You could use graph api to read excel file stored in SharePoint online. 您可以使用graph api读取在线存储在SharePoint中的excel文件。 Sample endpoint: 样本端点:

https://graph.microsoft.com/v1.0/sites/siteid/drives/driveid/items/itemid/workbook

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM