| title | workbookApplication resource type |
|---|---|
| description | Represents the Excel workbookApplication that manages the workbook. |
| ms.localizationpriority | medium |
| author | lumine2008 |
| ms.subservice | excel |
| doc_type | resourcePageType |
| toc.title | Application |
| ms.date | 06/12/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
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. The possible values are: Automatic, AutomaticExceptTables, Manual. |
None.
{
"calculationMode": "string"
}