Skip to content

Commit e230b02

Browse files
[Excel] Release ExcelApi 1.19 to GA (#2272)
* [Excel] Release ExcelApi 1.19 to GA * Run GenerateDocs.sh * Add supported build numbers * Rerun GenerateDocs on Windows * Add content to requirement set overview article * Apply exceptions to the Version Remover --------- Co-authored-by: Alex Jerabek <[email protected]>
1 parent d923b36 commit e230b02

File tree

1,552 files changed

+268272
-2494
lines changed

Some content is hidden

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

1,552 files changed

+268272
-2494
lines changed

.openpublishing.publish.config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@
266266
"ReferenceTOC": "docs/docs-ref-autogen/excel_1_18/toc.yml",
267267
"ConceptualTOCUrl": "/office/dev/add-ins/toc.json"
268268
},
269+
{
270+
"ReferenceTOC": "docs/docs-ref-autogen/excel_1_19/toc.yml",
271+
"ConceptualTOCUrl": "/office/dev/add-ins/toc.json"
272+
},
269273
{
270274
"ReferenceTOC": "docs/docs-ref-autogen/excel_online/toc.yml",
271275
"ConceptualTOCUrl": "/office/dev/add-ins/toc.json"

docs/docfx.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,18 @@
539539
"src": "docs-ref-autogen/excel_1_18",
540540
"dest": "api"
541541
},
542+
{
543+
"files": ["**/toc.yml"],
544+
"group": "excel-js-1.19",
545+
"src": "docs-ref-autogen/excel_1_19",
546+
"dest": "api/office-js-docs-reference"
547+
},
548+
{
549+
"files": ["**/*.md", "**/*.yml"],
550+
"group": "excel-js-1.19",
551+
"src": "docs-ref-autogen/excel_1_19",
552+
"dest": "api"
553+
},
542554
{
543555
"files": ["**/toc.yml"],
544556
"group": "excel-js-online",
@@ -1031,6 +1043,10 @@
10311043
"dest": "excel-js-1.18",
10321044
"moniker_range": "excel-js-1.18"
10331045
},
1046+
"excel-js-1.19": {
1047+
"dest": "excel-js-1.19",
1048+
"moniker_range": "excel-js-1.19"
1049+
},
10341050
"excel-js-online": {
10351051
"dest": "excel-js-online",
10361052
"moniker_range": "excel-js-online"
@@ -1216,6 +1232,7 @@
12161232
"docs-ref-autogen/excel_1_16/**": "excel",
12171233
"docs-ref-autogen/excel_1_17/**": "excel",
12181234
"docs-ref-autogen/excel_1_18/**": "excel",
1235+
"docs-ref-autogen/excel_1_19/**": "excel",
12191236
"docs-ref-autogen/excel_online/**": "excel",
12201237
"docs-ref-autogen/onenote/**": "onenote",
12211238
"docs-ref-autogen/outlook/**": "outlook",

docs/docs-ref-autogen/common/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,9 @@ items:
499499
- name: ExcelApi online-only requirement set
500500
href: ../../requirement-sets/excel/excel-api-online-requirement-set.md
501501
displayName: Excel
502+
- name: ExcelApi 1.19 requirement set
503+
href: ../../requirement-sets/excel/excel-api-1-19-requirement-set.md
504+
displayName: Excel
502505
- name: ExcelApi 1.18 requirement set
503506
href: ../../requirement-sets/excel/excel-api-1-18-requirement-set.md
504507
displayName: Excel

docs/docs-ref-autogen/common_preview/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,9 @@ items:
501501
- name: ExcelApi online-only requirement set
502502
href: ../../requirement-sets/excel/excel-api-online-requirement-set.md
503503
displayName: Excel
504+
- name: ExcelApi 1.19 requirement set
505+
href: ../../requirement-sets/excel/excel-api-1-19-requirement-set.md
506+
displayName: Excel
504507
- name: ExcelApi 1.18 requirement set
505508
href: ../../requirement-sets/excel/excel-api-1-18-requirement-set.md
506509
displayName: Excel

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package: excel!
55
fullName: Excel.BasicCardLayout
66
summary: Represents a card layout used for the Boolean, double, and string basic types.
77
remarks: >-
8-
\[ [API set: ExcelApi BETA (PREVIEW
9-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
8+
\[ [API set: ExcelApi
9+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
1010
11-
isPreview: true
11+
isPreview: false
1212
isDeprecated: false
1313
type: interface
1414
properties:
@@ -18,11 +18,11 @@ properties:
1818
fullName: layout
1919
summary: Represents the type of this layout.
2020
remarks: >-
21-
\[ [API set: ExcelApi BETA (PREVIEW
22-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
21+
\[ [API set: ExcelApi
22+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
2323
\]
2424
25-
isPreview: true
25+
isPreview: false
2626
isDeprecated: false
2727
syntax:
2828
content: 'layout?: EntityCardLayoutType.entity | "Entity";'

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package: excel!
55
fullName: Excel.BasicCompactLayout
66
summary: The basic compact layout properties.
77
remarks: >-
8-
\[ [API set: ExcelApi BETA (PREVIEW
9-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
8+
\[ [API set: ExcelApi
9+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
1010
11-
isPreview: true
11+
isPreview: false
1212
isDeprecated: false
1313
type: interface
1414
properties:
@@ -18,11 +18,11 @@ properties:
1818
fullName: icon
1919
summary: Specifies the name of the icon which is used to open the card.
2020
remarks: >-
21-
\[ [API set: ExcelApi BETA (PREVIEW
22-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
21+
\[ [API set: ExcelApi
22+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
2323
\]
2424
25-
isPreview: true
25+
isPreview: false
2626
isDeprecated: false
2727
syntax:
2828
content: 'icon?: string | EntityCompactLayoutIcons;'

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ summary: >-
77
Represents layout information for various views of the value and its
88
properties.
99
remarks: >-
10-
\[ [API set: ExcelApi BETA (PREVIEW
11-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
10+
\[ [API set: ExcelApi
11+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
1212
13-
isPreview: true
13+
isPreview: false
1414
isDeprecated: false
1515
type: interface
1616
properties:
@@ -23,11 +23,11 @@ properties:
2323
the `BasicCardLayout` object does not have a layout property, it is
2424
assumed to be "Entity".
2525
remarks: >-
26-
\[ [API set: ExcelApi BETA (PREVIEW
27-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
26+
\[ [API set: ExcelApi
27+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
2828
\]
2929
30-
isPreview: true
30+
isPreview: false
3131
isDeprecated: false
3232
syntax:
3333
content: 'card?: BasicCardLayout;'
@@ -41,11 +41,11 @@ properties:
4141
Represents the layout used when there is limited space to represent the
4242
value.
4343
remarks: >-
44-
\[ [API set: ExcelApi BETA (PREVIEW
45-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
44+
\[ [API set: ExcelApi
45+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
4646
\]
4747
48-
isPreview: true
48+
isPreview: false
4949
isDeprecated: false
5050
syntax:
5151
content: 'compact?: BasicCompactLayout;'

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Excel.BooleanCellValue
33
uid: excel!Excel.BooleanCellValue:interface
44
package: excel!
55
fullName: Excel.BooleanCellValue
6-
summary: Represents the value of a cell containing a boolean.
6+
summary: Represents the value of a cell containing a Boolean.
77
remarks: >-
88
\[ [API set: ExcelApi
99
1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
@@ -54,11 +54,11 @@ properties:
5454
fullName: layouts
5555
summary: Represents layout information for views of this boolean value.
5656
remarks: >-
57-
\[ [API set: ExcelApi BETA (PREVIEW
58-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
57+
\[ [API set: ExcelApi
58+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
5959
\]
6060
61-
isPreview: true
61+
isPreview: false
6262
isDeprecated: false
6363
syntax:
6464
content: 'layouts?: BasicViewLayouts;'
@@ -70,11 +70,11 @@ properties:
7070
fullName: properties
7171
summary: Represents additional properties of this boolean value.
7272
remarks: >-
73-
\[ [API set: ExcelApi BETA (PREVIEW
74-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
73+
\[ [API set: ExcelApi
74+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
7575
\]
7676
77-
isPreview: true
77+
isPreview: false
7878
isDeprecated: false
7979
syntax:
8080
content: |-
@@ -95,11 +95,11 @@ properties:
9595
in this `BooleanCellValue`<!-- -->. This information can be used for
9696
branding in card view.
9797
remarks: >-
98-
\[ [API set: ExcelApi BETA (PREVIEW
99-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
98+
\[ [API set: ExcelApi
99+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
100100
\]
101101
102-
isPreview: true
102+
isPreview: false
103103
isDeprecated: false
104104
syntax:
105105
content: 'provider?: CellValueProviderAttributes;'
@@ -113,11 +113,11 @@ properties:
113113
Represents the cell values which are referenced within
114114
`BooleanCellValue.properties`<!-- -->.
115115
remarks: >-
116-
\[ [API set: ExcelApi BETA (PREVIEW
117-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
116+
\[ [API set: ExcelApi
117+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
118118
\]
119119
120-
isPreview: true
120+
isPreview: false
121121
isDeprecated: false
122122
syntax:
123123
content: 'referencedValues?: ReferencedValue[];'

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package: excel!
55
fullName: Excel.CardLayoutTwoColumnSection
66
summary: Represents a section of a card that is arranged as two columns in card view.
77
remarks: >-
8-
\[ [API set: ExcelApi BETA (PREVIEW
9-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
8+
\[ [API set: ExcelApi
9+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
1010
11-
isPreview: true
11+
isPreview: false
1212
isDeprecated: false
1313
type: interface
1414
properties:
@@ -18,11 +18,11 @@ properties:
1818
fullName: layout
1919
summary: Represents the type of layout for this section.
2020
remarks: >-
21-
\[ [API set: ExcelApi BETA (PREVIEW
22-
ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
21+
\[ [API set: ExcelApi
22+
1.19](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
2323
\]
2424
25-
isPreview: true
25+
isPreview: false
2626
isDeprecated: false
2727
syntax:
2828
content: 'layout: "TwoColumn";'

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,11 @@ properties:
165165
uid: excel!Excel.CellPropertiesLoadOptions#textRuns:member
166166
package: excel!
167167
fullName: textRuns
168-
summary: >-
169-
Specifies whether to load on the `textRuns` property.
170-
171-
168+
summary: Specifies whether to load on the `textRuns` property.
169+
remarks: >-
172170
\[ [API set: ExcelApi
173171
1.18](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
174172
\]
175-
remarks: ''
176173
177174
isPreview: false
178175
isDeprecated: false

0 commit comments

Comments
 (0)