@types/office-js-preview 1.0.680 → 1.0.682
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: Tue, 03 Feb 2026 22:06:19 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -4630,12 +4630,6 @@ declare namespace Office {
|
|
|
4630
4630
|
* </table>
|
|
4631
4631
|
*/
|
|
4632
4632
|
interface Context {
|
|
4633
|
-
/**
|
|
4634
|
-
* Provides information and access to the signed-in user.
|
|
4635
|
-
*
|
|
4636
|
-
* @beta
|
|
4637
|
-
*/
|
|
4638
|
-
auth: Auth;
|
|
4639
4633
|
/**
|
|
4640
4634
|
* True, if the current platform allows the add-in to display a UI for selling or upgrading; otherwise returns False.
|
|
4641
4635
|
*
|
|
@@ -40142,6 +40136,7 @@ declare namespace Excel {
|
|
|
40142
40136
|
readonly calculationEngineVersion: number;
|
|
40143
40137
|
/**
|
|
40144
40138
|
* 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.
|
|
40139
|
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
|
|
40145
40140
|
*
|
|
40146
40141
|
* @remarks
|
|
40147
40142
|
* [Api set: ExcelApi 1.1 for get, 1.8 for set]
|
|
@@ -40815,13 +40810,12 @@ declare namespace Excel {
|
|
|
40815
40810
|
* Inserts the specified worksheets from a source workbook into the current workbook.
|
|
40816
40811
|
|
|
40817
40812
|
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
40813
|
*
|
|
40821
40814
|
* @remarks
|
|
40822
40815
|
* [Api set: ExcelApi 1.13]
|
|
40823
40816
|
*
|
|
40824
40817
|
* This API is currently only supported for Office on Windows, Mac, and the web.
|
|
40818
|
+
* In Excel on the web, this API doesn't support inserting charts, comments, PivotTables, or slicers.
|
|
40825
40819
|
*
|
|
40826
40820
|
* @param base64File Required. The Base64-encoded string representing the source workbook file.
|
|
40827
40821
|
* @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 +41283,7 @@ declare namespace Excel {
|
|
|
41289
41283
|
evaluate(name: string): OfficeExtension.ClientResult<any>;
|
|
41290
41284
|
/**
|
|
41291
41285
|
* 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.
|
|
41286
|
+
* Content in hidden worksheets is not returned.
|
|
41292
41287
|
*
|
|
41293
41288
|
* @remarks
|
|
41294
41289
|
* [Api set: ExcelApi 1.9]
|
|
@@ -41300,6 +41295,7 @@ declare namespace Excel {
|
|
|
41300
41295
|
findAll(text: string, criteria: Excel.WorksheetSearchCriteria): Excel.RangeAreas;
|
|
41301
41296
|
/**
|
|
41302
41297
|
* 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.
|
|
41298
|
+
* Content in hidden worksheets is not returned.
|
|
41303
41299
|
*
|
|
41304
41300
|
* @remarks
|
|
41305
41301
|
* [Api set: ExcelApi 1.9]
|
|
@@ -74574,6 +74570,7 @@ declare namespace Excel {
|
|
|
74574
74570
|
iterativeCalculation?: Excel.Interfaces.IterativeCalculationUpdateData;
|
|
74575
74571
|
/**
|
|
74576
74572
|
* 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.
|
|
74573
|
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
|
|
74577
74574
|
*
|
|
74578
74575
|
* @remarks
|
|
74579
74576
|
* [Api set: ExcelApi 1.1 for get, 1.8 for set]
|
|
@@ -80452,6 +80449,7 @@ declare namespace Excel {
|
|
|
80452
80449
|
calculationEngineVersion?: number;
|
|
80453
80450
|
/**
|
|
80454
80451
|
* 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.
|
|
80452
|
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
|
|
80455
80453
|
*
|
|
80456
80454
|
* @remarks
|
|
80457
80455
|
* [Api set: ExcelApi 1.1 for get, 1.8 for set]
|
|
@@ -88620,6 +88618,7 @@ declare namespace Excel {
|
|
|
88620
88618
|
calculationEngineVersion?: boolean;
|
|
88621
88619
|
/**
|
|
88622
88620
|
* 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.
|
|
88621
|
+
* This is a runtime property. The `calculationMode` setting is not persisted in the workbook.
|
|
88623
88622
|
*
|
|
88624
88623
|
* @remarks
|
|
88625
88624
|
* [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.682",
|
|
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": "bc5ee140101fe0a123dcf95efc60a362ef758048e5e1eced281ec4896741c012",
|
|
50
50
|
"typeScriptVersion": "5.2",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|