Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}