How to read and write an excel file from a particular SharePoint site and on from respective folder in the SPO site so how to do this or what can I do to get this done via MS Graph API?

Mytoast Admin 165 Reputation points
2024-03-24T09:09:42.76+00:00

How to read and write an excel file from a particular SharePoint site and on from respective folder in the SPO site so how to do this or what can I do to get this done via MS Graph API?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,821 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sourabh Gupta 795 Reputation points Microsoft Vendor
    2024-03-24T10:54:11.1533333+00:00

    Hi @Mytoast Admin ,

    Thanks for reaching out.

    You can refer to the following links in order to get your use case resolved.

    https://learn.microsoft.com/en-us/answers/questions/938993/have-to-upload-files-into-sharepoint-online-using (reading/accessing the specific file in sharepoint)

    https://learn.microsoft.com/en-us/graph/api/resources/excel?view=graph-rest-1.0 (Working with excel using graph api)

    https://learn.microsoft.com/en-us/graph/api/resources/sharepoint?view=graph-rest-1.0

    (working with SharePoint sites using graph API)

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments