@types/office-js-preview 1.0.680 → 1.0.681
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
office-js-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 02 Feb 2026 23:47:21 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -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.
|
|
40145
40146
|
*
|
|
40146
40147
|
* @remarks
|
|
40147
40148
|
* [Api set: ExcelApi 1.1 for get, 1.8 for set]
|
|
@@ -40815,13 +40816,12 @@ declare namespace Excel {
|
|
|
40815
40816
|
* 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.
|
|
@@ -41289,6 +41289,7 @@ declare namespace Excel {
|
|
|
41289
41289
|
evaluate(name: string): OfficeExtension.ClientResult<any>;
|
|
41290
41290
|
/**
|
|
41291
41291
|
* 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.
|
|
41292
|
+
* Content in hidden worksheets is not returned.
|
|
41292
41293
|
*
|
|
41293
41294
|
* @remarks
|
|
41294
41295
|
* [Api set: ExcelApi 1.9]
|
|
@@ -41300,6 +41301,7 @@ declare namespace Excel {
|
|
|
41300
41301
|
findAll(text: string, criteria: Excel.WorksheetSearchCriteria): Excel.RangeAreas;
|
|
41301
41302
|
/**
|
|
41302
41303
|
* 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.
|
|
41304
|
+
* Content in hidden worksheets is not returned.
|
|
41303
41305
|
*
|
|
41304
41306
|
* @remarks
|
|
41305
41307
|
* [Api set: ExcelApi 1.9]
|
|
@@ -74574,6 +74576,7 @@ declare namespace Excel {
|
|
|
74574
74576
|
iterativeCalculation?: Excel.Interfaces.IterativeCalculationUpdateData;
|
|
74575
74577
|
/**
|
|
74576
74578
|
* 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.
|
|
88623
88628
|
*
|
|
88624
88629
|
* @remarks
|
|
88625
88630
|
* [Api set: ExcelApi 1.1 for get, 1.8 for set]
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.681",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "f8860587beb87df9d5f8a7f0dbb2e9a77e11536701887e67f61a66867702e132",
|
|
50
50
|
"typeScriptVersion": "5.2",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|