Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.52 KB

File metadata and controls

68 lines (49 loc) · 1.52 KB
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

workbookApplication resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}