Questions tagged [microsoft-graph-excel]

Microsoft Graph Excel refers to the Excel APIs in Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.

18 questions
0
votes
2 answers

When is Microsoft Graph API finished calculating in Excel?

I can see how to trigger the calculation of a spreadsheet using Microsoft Graph API here... https://learn.microsoft.com/en-us/graph/api/workbookapplication-calculate?view=graph-rest-1.0&tabs=http But, when I pull the results from the calculations…
gotmike
  • 1,515
  • 4
  • 20
  • 44
0
votes
0 answers

How to Get the Access Token for Grap API for reading the excel data which is uploaded in SharePoint Document Library

I have tested in my Graph API explore I am able to get the response of my excel data but when I add the same code in the ajax call it is not working. When I did in the postman it worked but it need the access token which is getting generated in the…
ZMS
  • 1
0
votes
1 answer

How to update rows using where condition in MsGraph Excel API

I am trying to do an update to a specific rows using Microsoft Graph API for Excel. Browsing through the documentation and googling, could't found out any way of working with the API to do an update like using a "where" query. I have tried…
BlueOrbitz
  • 76
  • 3
1
2