workbookApplication resource type
In this article
Namespace: microsoft.graph
Represents the Excel application that manages the workbook.
Method | Return Type | Description |
---|---|---|
Get | workbookApplication | Read properties and relationships of workbookApplication object. |
Calculate | None | Recalculate all currently opened workbooks in Excel. |
Property | Type | Description |
---|---|---|
calculationMode | string | Returns the calculation mode used in the workbook. Possible values are: Automatic , AutomaticExceptTables , Manual . |
None.
{
"calculationMode": "string"
}