workbookApplication: calculate
Namespace: microsoft.graph
Recalculate all currently opened workbooks in Excel.
Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
Permission type | Permissions (from least to most privileged) |
---|---|
Delegated (work or school account) | Files.ReadWrite |
Delegated (personal Microsoft account) | Not supported. |
Application | Not supported. |
HTTP request
POST /me/drive/items/{id}/workbook/application/calculate
POST /me/drive/root:/{item-path}:/workbook/application/calculate
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. |
Content-type | application/json. Required. |
Request body
In the request body, provide a JSON object with the following parameters.
Parameter | Type | Description |
---|---|---|
calculationType | string | Specifies the calculation type to use. Possible values are: Recalculate , Full , FullRebuild . |
Response
If successful, this method returns a 200 OK
response code. It does not return anything in the response body.
Example
Here is an example of how to call this API.
Request
Here is an example of the request.
POST https://graph.microsoft.com/v1.0/me/drive/items/{id}/workbook/application/calculate
Content-type: application/json
{
"calculationType": "calculationType-value"
}
Response
Here is an example of the response.
HTTP/1.1 200 OK
Feedback
Submit and view feedback for