workbookApplication resource type
Namespace: microsoft.graph
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"
}