Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,227 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using the Microsoft Graph API endpoint /calculate
for workbook recalculation, but it does not provide a way to poll for the status of the calculation asynchronously. After making a POST request to this endpoint, it initiates the calculation process and simply returns a 200 OK
status
My use case involves -
But, the detailed workbook takes anywhere from 10-60 seconds to recalculate hence I need a flag for status or polling example/endpoint to solve this. I have also tried openpyxl and other implementations without luck