Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. The possible values are: Automatic, AutomaticExceptTables, Manual. |
Relationships
None.
JSON representation
{
"calculationMode": "string"
}