Skip to content

Commit a3086eb

Browse files
author
github-actions
committed
Merge branch 'main' into live
2 parents 9211a0e + c8dc5ac commit a3086eb

File tree

91 files changed

+1626
-856
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1626
-856
lines changed

docs/docs-ref-autogen/excel/custom-functions-runtime/customfunctions.invocation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ properties:
110110
functions add-in. This value is `true` if the function is invoked to
111111
preview the formula value; otherwise it is `false`<!-- -->.
112112
remarks: >-
113-
\[ [API set: CustomFunctionsRuntime
114-
1.5](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
113+
\[ [API set: CustomFunctionsRuntime BETA (PREVIEW
114+
ONLY)](/javascript/api/requirement-sets/excel/custom-functions-requirement-sets)
115115
\]
116116
117117

docs/docs-ref-autogen/excel/excel/excel.cardlayout.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ uid: excel!Excel.CardLayout:type
44
package: excel!
55
fullName: Excel.CardLayout
66
summary: Represents the layout of a card in card view.
7-
remarks: >-
8-
\[ [API set: ExcelApi
9-
1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
10-
11-
12-
Learn more about the types in this type alias through the following links:
13-
14-
15-
[Excel.EntityCardLayout](/javascript/api/excel/excel.entitycardlayout),
16-
[Excel.EntityArrayCardLayout](/javascript/api/excel/excel.entityarraycardlayout)
7+
remarks: "\\[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \\]\r\n\r\nLearn more about the types in this type alias through the following links. \r\n\r\n[Excel.EntityCardLayout](/javascript/api/excel/excel.entitycardlayout), [Excel.EntityArrayCardLayout](/javascript/api/excel/excel.entityarraycardlayout)"
178

189
isPreview: false
1910
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.cardlayoutsection.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@ uid: excel!Excel.CardLayoutSection:type
44
package: excel!
55
fullName: Excel.CardLayoutSection
66
summary: Represents the layout of a section of a card in card view.
7-
remarks: >-
8-
\[ [API set: ExcelApi
9-
1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
10-
11-
12-
Learn more about the types in this type alias through the following links:
13-
14-
15-
[Excel.CardLayoutListSection](/javascript/api/excel/excel.cardlayoutlistsection),
16-
[Excel.CardLayoutTableSection](/javascript/api/excel/excel.cardlayouttablesection),
17-
[Excel.CardLayoutTwoColumnSection](/javascript/api/excel/excel.cardlayouttwocolumnsection)
7+
remarks: "\\[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \\]\r\n\r\nLearn more about the types in this type alias through the following links. \r\n\r\n[Excel.CardLayoutListSection](/javascript/api/excel/excel.cardlayoutlistsection), [Excel.CardLayoutTableSection](/javascript/api/excel/excel.cardlayouttablesection), [Excel.CardLayoutTwoColumnSection](/javascript/api/excel/excel.cardlayouttwocolumnsection)"
188

199
isPreview: false
2010
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.cellcontrol.yml

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,7 @@ uid: excel!Excel.CellControl:type
44
package: excel!
55
fullName: Excel.CellControl
66
summary: Represents an interactable control inside of a cell.
7-
remarks: >-
8-
\[ [API set: ExcelApi
9-
1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
10-
11-
12-
#### Examples
13-
14-
15-
```TypeScript
16-
17-
// Link to full sample:
18-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/42-range/range-cell-control.yaml
19-
20-
21-
// Add checkboxes to the table.
22-
23-
await Excel.run(async (context) => {
24-
const sheet = context.workbook.worksheets.getActiveWorksheet();
25-
26-
// Get the second column in the table, without the header.
27-
const range = sheet.tables.getItem("FruitTable").columns.getItem("Analysis").getDataBodyRange();
28-
29-
// Change the boolean values to checkboxes.
30-
range.control = {
31-
type: Excel.CellControlType.checkbox
32-
};
33-
await context.sync();
34-
});
35-
36-
```
37-
38-
39-
Learn more about the types in this type alias through the following links:
40-
41-
42-
[Excel.UnknownCellControl](/javascript/api/excel/excel.unknowncellcontrol),
43-
[Excel.EmptyCellControl](/javascript/api/excel/excel.emptycellcontrol),
44-
[Excel.MixedCellControl](/javascript/api/excel/excel.mixedcellcontrol),
45-
[Excel.CheckboxCellControl](/javascript/api/excel/excel.checkboxcellcontrol)
7+
remarks: "\\[ [API set: ExcelApi 1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \\]\n\n\r\n\r\nLearn more about the types in this type alias through the following links. \r\n\r\n[Excel.UnknownCellControl](/javascript/api/excel/excel.unknowncellcontrol), [Excel.EmptyCellControl](/javascript/api/excel/excel.emptycellcontrol), [Excel.MixedCellControl](/javascript/api/excel/excel.mixedcellcontrol), [Excel.CheckboxCellControl](/javascript/api/excel/excel.checkboxcellcontrol)\r\n\r\n#### Examples\n\n```TypeScript\n// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/42-range/range-cell-control.yaml\n\n// Add checkboxes to the table.\nawait Excel.run(async (context) => {\n const sheet = context.workbook.worksheets.getActiveWorksheet();\n\n // Get the second column in the table, without the header.\n const range = sheet.tables.getItem(\"FruitTable\").columns.getItem(\"Analysis\").getDataBodyRange();\n\n // Change the boolean values to checkboxes.\n range.control = {\n type: Excel.CellControlType.checkbox\n };\n await context.sync();\n});\n```"
468

479
isPreview: false
4810
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.cellvalue.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,7 @@ uid: excel!Excel.CellValue:type
44
package: excel!
55
fullName: Excel.CellValue
66
summary: Represents the value in a cell.
7-
remarks: >-
8-
\[ [API set: ExcelApi
9-
1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
10-
11-
12-
Learn more about the types in this type alias through the following links:
13-
14-
15-
[Excel.ArrayCellValue](/javascript/api/excel/excel.arraycellvalue),
16-
[Excel.BooleanCellValue](/javascript/api/excel/excel.booleancellvalue),
17-
[Excel.DoubleCellValue](/javascript/api/excel/excel.doublecellvalue),
18-
[Excel.EntityCellValue](/javascript/api/excel/excel.entitycellvalue),
19-
[Excel.EmptyCellValue](/javascript/api/excel/excel.emptycellvalue),
20-
[Excel.ErrorCellValue](/javascript/api/excel/excel.errorcellvalue),
21-
[Excel.ExternalCodeServiceObjectCellValue](/javascript/api/excel/excel.externalcodeserviceobjectcellvalue),
22-
[Excel.FormattedNumberCellValue](/javascript/api/excel/excel.formattednumbercellvalue),
23-
[Excel.FunctionCellValue](/javascript/api/excel/excel.functioncellvalue),
24-
[Excel.LinkedEntityCellValue](/javascript/api/excel/excel.linkedentitycellvalue),
25-
[Excel.LocalImageCellValue](/javascript/api/excel/excel.localimagecellvalue),
26-
[Excel.ReferenceCellValue](/javascript/api/excel/excel.referencecellvalue),
27-
[Excel.StringCellValue](/javascript/api/excel/excel.stringcellvalue),
28-
[Excel.ValueTypeNotAvailableCellValue](/javascript/api/excel/excel.valuetypenotavailablecellvalue),
29-
[Excel.WebImageCellValue](/javascript/api/excel/excel.webimagecellvalue),
30-
[Excel.CellValueExtraProperties](/javascript/api/excel/excel.cellvalueextraproperties)
7+
remarks: "\\[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \\]\r\n\r\nLearn more about the types in this type alias through the following links. \r\n\r\n[Excel.ArrayCellValue](/javascript/api/excel/excel.arraycellvalue), [Excel.BooleanCellValue](/javascript/api/excel/excel.booleancellvalue), [Excel.DoubleCellValue](/javascript/api/excel/excel.doublecellvalue), [Excel.EntityCellValue](/javascript/api/excel/excel.entitycellvalue), [Excel.EmptyCellValue](/javascript/api/excel/excel.emptycellvalue), [Excel.ErrorCellValue](/javascript/api/excel/excel.errorcellvalue), [Excel.ExternalCodeServiceObjectCellValue](/javascript/api/excel/excel.externalcodeserviceobjectcellvalue), [Excel.FormattedNumberCellValue](/javascript/api/excel/excel.formattednumbercellvalue), [Excel.FunctionCellValue](/javascript/api/excel/excel.functioncellvalue), [Excel.LinkedEntityCellValue](/javascript/api/excel/excel.linkedentitycellvalue), [Excel.LocalImageCellValue](/javascript/api/excel/excel.localimagecellvalue), [Excel.ReferenceCellValue](/javascript/api/excel/excel.referencecellvalue), [Excel.StringCellValue](/javascript/api/excel/excel.stringcellvalue), [Excel.ValueTypeNotAvailableCellValue](/javascript/api/excel/excel.valuetypenotavailablecellvalue), [Excel.WebImageCellValue](/javascript/api/excel/excel.webimagecellvalue), [Excel.CellValueExtraProperties](/javascript/api/excel/excel.cellvalueextraproperties)"
318

329
isPreview: false
3310
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.cellvalueandpropertymetadata.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@ fullName: Excel.CellValueAndPropertyMetadata
66
summary: >-
77
Represents the value and metadata of a property. The metadata applies to the
88
property (and not the value), but it is combined with the value in this type.
9-
remarks: >-
10-
\[ [API set: ExcelApi
11-
1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
12-
13-
14-
Learn more about the types in this type alias through the following links:
15-
16-
17-
[Excel.CellValue](/javascript/api/excel/excel.cellvalue),
18-
[Excel.EntityPropertyExtraProperties](/javascript/api/excel/excel.entitypropertyextraproperties)
9+
remarks: "\\[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \\]\r\n\r\nLearn more about the types in this type alias through the following links. \r\n\r\n[Excel.CellValue](/javascript/api/excel/excel.cellvalue), [Excel.EntityPropertyExtraProperties](/javascript/api/excel/excel.entitypropertyextraproperties)"
1910

2011
isPreview: false
2112
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.compactlayout.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@ fullName: Excel.CompactLayout
66
summary: >-
77
Represents the layout used when there is limited space to represent the
88
entity.
9-
remarks: >-
10-
\[ [API set: ExcelApi
11-
1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
12-
13-
14-
Learn more about the types in this type alias through the following links:
15-
16-
17-
[Excel.EntityCompactLayout](/javascript/api/excel/excel.entitycompactlayout)
9+
remarks: "\\[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \\]\r\n\r\nLearn more about the types in this type alias through the following links. \r\n\r\n[Excel.EntityCompactLayout](/javascript/api/excel/excel.entitycompactlayout)"
1810

1911
isPreview: false
2012
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.entitypropertytype.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ uid: excel!Excel.EntityPropertyType:type
44
package: excel!
55
fullName: Excel.EntityPropertyType
66
summary: Represents the value of a property.
7-
remarks: >-
8-
\[ [API set: ExcelApi
9-
1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
10-
11-
12-
Learn more about the types in this type alias through the following links:
13-
14-
15-
[Excel.CellValueAndPropertyMetadata](/javascript/api/excel/excel.cellvalueandpropertymetadata),
16-
[Excel.CellValue](/javascript/api/excel/excel.cellvalue)
7+
remarks: "\\[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \\]\r\n\r\nLearn more about the types in this type alias through the following links. \r\n\r\n[Excel.CellValueAndPropertyMetadata](/javascript/api/excel/excel.cellvalueandpropertymetadata), [Excel.CellValue](/javascript/api/excel/excel.cellvalue)"
178

189
isPreview: false
1910
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.errorcellvalue.yml

Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -4,62 +4,7 @@ uid: excel!Excel.ErrorCellValue:type
44
package: excel!
55
fullName: Excel.ErrorCellValue
66
summary: Represents a cell value which contains an error.
7-
remarks: >-
8-
\[ [API set: ExcelApi
9-
1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
10-
11-
12-
#### Examples
13-
14-
15-
```TypeScript
16-
17-
// Link to full sample:
18-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/20-data-types/data-types-error-values.yaml
19-
20-
21-
// This function sets the value of cell A1 to a #BUSY! error using data types.
22-
23-
await Excel.run(async (context) => {
24-
// Retrieve the Sample worksheet and cell A1 on that sheet.
25-
const sheet = context.workbook.worksheets.getItemOrNullObject("Sample");
26-
const range = sheet.getRange("A1");
27-
28-
// Get the error data type and set its type to `busy`.
29-
const error: Excel.ErrorCellValue = {
30-
type: Excel.CellValueType.error,
31-
errorType: Excel.ErrorCellValueType.busy
32-
};
33-
34-
// Set cell A1 as the busy error.
35-
range.valuesAsJson = [[error]];
36-
await context.sync();
37-
});
38-
39-
```
40-
41-
42-
Learn more about the types in this type alias through the following links:
43-
44-
45-
[Excel.BlockedErrorCellValue](/javascript/api/excel/excel.blockederrorcellvalue),
46-
[Excel.BusyErrorCellValue](/javascript/api/excel/excel.busyerrorcellvalue),
47-
[Excel.CalcErrorCellValue](/javascript/api/excel/excel.calcerrorcellvalue),
48-
[Excel.ConnectErrorCellValue](/javascript/api/excel/excel.connecterrorcellvalue),
49-
[Excel.Div0ErrorCellValue](/javascript/api/excel/excel.div0errorcellvalue),
50-
[Excel.ExternalErrorCellValue](/javascript/api/excel/excel.externalerrorcellvalue),
51-
[Excel.FieldErrorCellValue](/javascript/api/excel/excel.fielderrorcellvalue),
52-
[Excel.GettingDataErrorCellValue](/javascript/api/excel/excel.gettingdataerrorcellvalue),
53-
[Excel.NotAvailableErrorCellValue](/javascript/api/excel/excel.notavailableerrorcellvalue),
54-
[Excel.NameErrorCellValue](/javascript/api/excel/excel.nameerrorcellvalue),
55-
[Excel.NullErrorCellValue](/javascript/api/excel/excel.nullerrorcellvalue),
56-
[Excel.NumErrorCellValue](/javascript/api/excel/excel.numerrorcellvalue),
57-
[Excel.PlaceholderErrorCellValue](/javascript/api/excel/excel.placeholdererrorcellvalue),
58-
[Excel.PythonErrorCellValue](/javascript/api/excel/excel.pythonerrorcellvalue),
59-
[Excel.RefErrorCellValue](/javascript/api/excel/excel.referrorcellvalue),
60-
[Excel.SpillErrorCellValue](/javascript/api/excel/excel.spillerrorcellvalue),
61-
[Excel.TimeoutErrorCellValue](/javascript/api/excel/excel.timeouterrorcellvalue),
62-
[Excel.ValueErrorCellValue](/javascript/api/excel/excel.valueerrorcellvalue)
7+
remarks: "\\[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \\]\n\n\r\n\r\nLearn more about the types in this type alias through the following links. \r\n\r\n[Excel.BlockedErrorCellValue](/javascript/api/excel/excel.blockederrorcellvalue), [Excel.BusyErrorCellValue](/javascript/api/excel/excel.busyerrorcellvalue), [Excel.CalcErrorCellValue](/javascript/api/excel/excel.calcerrorcellvalue), [Excel.ConnectErrorCellValue](/javascript/api/excel/excel.connecterrorcellvalue), [Excel.Div0ErrorCellValue](/javascript/api/excel/excel.div0errorcellvalue), [Excel.ExternalErrorCellValue](/javascript/api/excel/excel.externalerrorcellvalue), [Excel.FieldErrorCellValue](/javascript/api/excel/excel.fielderrorcellvalue), [Excel.GettingDataErrorCellValue](/javascript/api/excel/excel.gettingdataerrorcellvalue), [Excel.NotAvailableErrorCellValue](/javascript/api/excel/excel.notavailableerrorcellvalue), [Excel.NameErrorCellValue](/javascript/api/excel/excel.nameerrorcellvalue), [Excel.NullErrorCellValue](/javascript/api/excel/excel.nullerrorcellvalue), [Excel.NumErrorCellValue](/javascript/api/excel/excel.numerrorcellvalue), [Excel.PlaceholderErrorCellValue](/javascript/api/excel/excel.placeholdererrorcellvalue), [Excel.PythonErrorCellValue](/javascript/api/excel/excel.pythonerrorcellvalue), [Excel.RefErrorCellValue](/javascript/api/excel/excel.referrorcellvalue), [Excel.SpillErrorCellValue](/javascript/api/excel/excel.spillerrorcellvalue), [Excel.TimeoutErrorCellValue](/javascript/api/excel/excel.timeouterrorcellvalue), [Excel.ValueErrorCellValue](/javascript/api/excel/excel.valueerrorcellvalue)\r\n\r\n#### Examples\n\n```TypeScript\n// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/20-data-types/data-types-error-values.yaml\n\n// This function sets the value of cell A1 to a #BUSY! error using data types.\nawait Excel.run(async (context) => {\n // Retrieve the Sample worksheet and cell A1 on that sheet.\n const sheet = context.workbook.worksheets.getItemOrNullObject(\"Sample\");\n const range = sheet.getRange(\"A1\");\n\n // Get the error data type and set its type to `busy`.\n const error: Excel.ErrorCellValue = {\n type: Excel.CellValueType.error,\n errorType: Excel.ErrorCellValueType.busy\n };\n\n // Set cell A1 as the busy error.\n range.valuesAsJson = [[error]];\n await context.sync();\n});\n```"
638

649
isPreview: false
6510
isDeprecated: false

docs/docs-ref-autogen/excel/excel/excel.functioncellvalue.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@ uid: excel!Excel.FunctionCellValue:type
44
package: excel!
55
fullName: Excel.FunctionCellValue
66
summary: Represents a cell value which can be evaluated as a function.
7-
remarks: >-
8-
\[ [API set: ExcelApi BETA (PREVIEW
9-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
10-
11-
12-
Learn more about the types in this type alias through the following links:
13-
14-
15-
[Excel.JavaScriptCustomFunctionReferenceCellValue](/javascript/api/excel/excel.javascriptcustomfunctionreferencecellvalue)
7+
remarks: "\\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \\]\r\n\r\nLearn more about the types in this type alias through the following links. \r\n\r\n[Excel.JavaScriptCustomFunctionReferenceCellValue](/javascript/api/excel/excel.javascriptcustomfunctionreferencecellvalue)"
168

179
isPreview: true
1810
isDeprecated: false

0 commit comments

Comments
 (0)