workbookApplication resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the Excel application that manages the workbook.
Methods
Method | Return Type | Description |
---|---|---|
Get | workbookApplication | Read properties and relationships of workbookApplication object. |
Calculate | None | Recalculate all currently opened workbooks in Excel. |
Properties
Property | Type | Description |
---|---|---|
calculationMode | string | Returns the calculation mode used in the workbook. Possible values are: Automatic , AutomaticExceptTables , Manual . |
Relationships
None.
JSON representation
{
"calculationMode": "string"
}