You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/office-js-preview/index.d.ts
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40142,6 +40142,7 @@ declare namespace Excel {
40142
40142
readonly calculationEngineVersion: number;
40143
40143
/**
40144
40144
* Returns the calculation mode used in the workbook, as defined by the constants in `Excel.CalculationMode`. Possible values are: `Automatic`, where Excel controls recalculation; `AutomaticExceptTables`, where Excel controls recalculation but ignores changes in tables; `Manual`, where calculation is done when the user requests it.
40145
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
* Inserts the specified worksheets from a source workbook into the current workbook.
40816
40817
40817
40818
The `extensionHardening` Windows registry key affects this API. The file extension defined by the `base64File` param must match the real file type of the inserted file. If `extensionHardening` is set to deny mismatches and the file extension does not match the real file type, this API throws the following error: "This operation is not allowed due to the extension hardening policy."
40818
-
40819
-
**Note**: This API is currently only supported for Office on Windows, Mac, and the web.
40820
40819
*
40821
40820
* @remarks
40822
40821
* [Api set: ExcelApi 1.13]
40823
40822
*
40824
40823
* This API is currently only supported for Office on Windows, Mac, and the web.
40824
+
* In Excel on the web, this API doesn't support inserting charts, comments, PivotTables, or slicers.
40825
40825
*
40826
40826
* @param base64File Required. The Base64-encoded string representing the source workbook file.
40827
40827
* @param options Optional. The options that define which worksheets to insert and where in the workbook the new worksheets will be inserted. By default, all the worksheets from the source workbook are inserted at the end of the current workbook.
* Finds all occurrences of the given string based on the criteria specified and returns them as a `RangeAreas` object, comprising one or more rectangular ranges.
* Finds all occurrences of the given string based on the criteria specified and returns them as a `RangeAreas` object, comprising one or more rectangular ranges.
* Returns the calculation mode used in the workbook, as defined by the constants in `Excel.CalculationMode`. Possible values are: `Automatic`, where Excel controls recalculation; `AutomaticExceptTables`, where Excel controls recalculation but ignores changes in tables; `Manual`, where calculation is done when the user requests it.
74579
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
74577
74580
*
74578
74581
* @remarks
74579
74582
* [Api set: ExcelApi 1.1 for get, 1.8 for set]
@@ -80452,6 +80455,7 @@ declare namespace Excel {
80452
80455
calculationEngineVersion?: number;
80453
80456
/**
80454
80457
* Returns the calculation mode used in the workbook, as defined by the constants in `Excel.CalculationMode`. Possible values are: `Automatic`, where Excel controls recalculation; `AutomaticExceptTables`, where Excel controls recalculation but ignores changes in tables; `Manual`, where calculation is done when the user requests it.
80458
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
80455
80459
*
80456
80460
* @remarks
80457
80461
* [Api set: ExcelApi 1.1 for get, 1.8 for set]
@@ -88620,6 +88624,7 @@ declare namespace Excel {
88620
88624
calculationEngineVersion?: boolean;
88621
88625
/**
88622
88626
* Returns the calculation mode used in the workbook, as defined by the constants in `Excel.CalculationMode`. Possible values are: `Automatic`, where Excel controls recalculation; `AutomaticExceptTables`, where Excel controls recalculation but ignores changes in tables; `Manual`, where calculation is done when the user requests it.
88627
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
Copy file name to clipboardExpand all lines: types/office-js/index.d.ts
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35796,6 +35796,7 @@ declare namespace Excel {
35796
35796
readonly calculationEngineVersion: number;
35797
35797
/**
35798
35798
* Returns the calculation mode used in the workbook, as defined by the constants in `Excel.CalculationMode`. Possible values are: `Automatic`, where Excel controls recalculation; `AutomaticExceptTables`, where Excel controls recalculation but ignores changes in tables; `Manual`, where calculation is done when the user requests it.
35799
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
* Inserts the specified worksheets from a source workbook into the current workbook.
36350
36351
36351
36352
The `extensionHardening` Windows registry key affects this API. The file extension defined by the `base64File` param must match the real file type of the inserted file. If `extensionHardening` is set to deny mismatches and the file extension does not match the real file type, this API throws the following error: "This operation is not allowed due to the extension hardening policy."
36352
-
36353
-
**Note**: This API is currently only supported for Office on Windows, Mac, and the web.
36354
36353
*
36355
36354
* @remarks
36356
36355
* [Api set: ExcelApi 1.13]
36357
36356
*
36358
36357
* This API is currently only supported for Office on Windows, Mac, and the web.
36358
+
* In Excel on the web, this API doesn't support inserting charts, comments, PivotTables, or slicers.
36359
36359
*
36360
36360
* @param base64File Required. The Base64-encoded string representing the source workbook file.
36361
36361
* @param options Optional. The options that define which worksheets to insert and where in the workbook the new worksheets will be inserted. By default, all the worksheets from the source workbook are inserted at the end of the current workbook.
* Finds all occurrences of the given string based on the criteria specified and returns them as a `RangeAreas` object, comprising one or more rectangular ranges.
* Finds all occurrences of the given string based on the criteria specified and returns them as a `RangeAreas` object, comprising one or more rectangular ranges.
* Returns the calculation mode used in the workbook, as defined by the constants in `Excel.CalculationMode`. Possible values are: `Automatic`, where Excel controls recalculation; `AutomaticExceptTables`, where Excel controls recalculation but ignores changes in tables; `Manual`, where calculation is done when the user requests it.
69460
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
69458
69461
*
69459
69462
* @remarks
69460
69463
* [Api set: ExcelApi 1.1 for get, 1.8 for set]
@@ -74992,6 +74995,7 @@ declare namespace Excel {
74992
74995
calculationEngineVersion?: number;
74993
74996
/**
74994
74997
* Returns the calculation mode used in the workbook, as defined by the constants in `Excel.CalculationMode`. Possible values are: `Automatic`, where Excel controls recalculation; `AutomaticExceptTables`, where Excel controls recalculation but ignores changes in tables; `Manual`, where calculation is done when the user requests it.
74998
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
74995
74999
*
74996
75000
* @remarks
74997
75001
* [Api set: ExcelApi 1.1 for get, 1.8 for set]
@@ -82545,6 +82549,7 @@ declare namespace Excel {
82545
82549
calculationEngineVersion?: boolean;
82546
82550
/**
82547
82551
* Returns the calculation mode used in the workbook, as defined by the constants in `Excel.CalculationMode`. Possible values are: `Automatic`, where Excel controls recalculation; `AutomaticExceptTables`, where Excel controls recalculation but ignores changes in tables; `Manual`, where calculation is done when the user requests it.
82552
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
0 commit comments