Skip to content

Commit 54d9e7a

Browse files
Merge pull request #2129 from OfficeDev/main
[Admin] Publish
2 parents 48d2380 + a9714f0 commit 54d9e7a

File tree

256 files changed

+6998
-2932
lines changed

Some content is hidden

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

256 files changed

+6998
-2932
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ enums:
123123
- 'excel!Excel.LoadToType:enum'
124124
- 'excel!Excel.NamedItemScope:enum'
125125
- 'excel!Excel.NamedItemType:enum'
126+
- 'excel!Excel.NameErrorCellValueSubType:enum'
127+
- 'excel!Excel.NotAvailableErrorCellValueSubType:enum'
126128
- 'excel!Excel.NumberFormatCategory:enum'
127129
- 'excel!Excel.NumErrorCellValueSubType:enum'
128130
- 'excel!Excel.PageOrientation:enum'

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Excel.Base64EncodedImage
33
uid: 'excel!Excel.Base64EncodedImage:interface'
44
package: excel!
55
fullName: Excel.Base64EncodedImage
6-
summary: The base64 encoding type and data of an image.
6+
summary: The Base64-encoded type and data of an image.
77
remarks: '\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
88
isPreview: true
99
isDeprecated: false
@@ -13,7 +13,7 @@ properties:
1313
uid: 'excel!Excel.Base64EncodedImage#data:member'
1414
package: excel!
1515
fullName: data
16-
summary: The base64 string encoding.
16+
summary: The Base64-encoded string.
1717
remarks: '\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
1818
isPreview: true
1919
isDeprecated: false
@@ -25,11 +25,11 @@ properties:
2525
uid: 'excel!Excel.Base64EncodedImage#type:member'
2626
package: excel!
2727
fullName: type
28-
summary: The file type of the encoded image.
28+
summary: The file type of the Base64-encoded image.
2929
remarks: '\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
3030
isPreview: true
3131
isDeprecated: false
3232
syntax:
33-
content: 'type: Base64EncodingType | "JPG" | "PNG";'
33+
content: 'type: Base64EncodingType | "BMP" | "GIF" | "ICO" | "JPG" | "PNG" | "TIF" | "WEBP";'
3434
return:
35-
type: '<xref uid="excel!Excel.Base64EncodingType:enum" /> | "JPG" | "PNG"'
35+
type: '<xref uid="excel!Excel.Base64EncodingType:enum" /> | "BMP" | "GIF" | "ICO" | "JPG" | "PNG" | "TIF" | "WEBP"'

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

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,46 @@ name: Excel.Base64EncodingType
33
uid: 'excel!Excel.Base64EncodingType:enum'
44
package: excel!
55
fullName: Excel.Base64EncodingType
6-
summary: The file type represented by the base64 encoding.
6+
summary: The file type represented by the Base64 encoding.
77
remarks: '\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
88
isPreview: true
99
isDeprecated: false
1010
fields:
11+
- name: BMP
12+
uid: 'excel!Excel.Base64EncodingType.BMP:member'
13+
package: excel!
14+
summary: >-
15+
The BMP file type.
16+
17+
18+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
19+
\]
20+
value: '"BMP"'
21+
- name: GIF
22+
uid: 'excel!Excel.Base64EncodingType.GIF:member'
23+
package: excel!
24+
summary: >-
25+
The GIF file type.
26+
27+
28+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
29+
\]
30+
value: '"GIF"'
31+
- name: ICO
32+
uid: 'excel!Excel.Base64EncodingType.ICO:member'
33+
package: excel!
34+
summary: >-
35+
The ICO file type.
36+
37+
38+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
39+
\]
40+
value: '"ICO"'
1141
- name: JPG
1242
uid: 'excel!Excel.Base64EncodingType.JPG:member'
1343
package: excel!
1444
summary: >-
15-
The JPG file type.
45+
The JPG (or JPEG) file type.
1646
1747
1848
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
@@ -28,3 +58,23 @@ fields:
2858
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
2959
\]
3060
value: '"PNG"'
61+
- name: TIF
62+
uid: 'excel!Excel.Base64EncodingType.TIF:member'
63+
package: excel!
64+
summary: >-
65+
The TIFF file type.
66+
67+
68+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
69+
\]
70+
value: '"TIF"'
71+
- name: WEBP
72+
uid: 'excel!Excel.Base64EncodingType.WEBP:member'
73+
package: excel!
74+
summary: >-
75+
The WEBP file type.
76+
77+
78+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
79+
\]
80+
value: '"WEBP"'

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,24 @@ properties:
4747
syntax:
4848
content: >-
4949
errorSubType?: BlockedErrorCellValueSubType | "Unknown" | "DataTypeRestrictedDomain" | "DataTypePrivacySetting"
50-
| "DataTypeUnsupportedApp" | "ExternalLinksGeneric" | "RichDataLinkDisabled" | "SignInError" | "NoLicense";
50+
| "DataTypeUnsupportedApp" | "ExternalLinksGeneric" | "RichDataLinkDisabled" | "SignInError" | "NoLicense" |
51+
"XlmDisabledInTrustCenter" | "XlmNotSupportedOnPlatform" | "ImageDownloadBlocked" | "ImageInvalidUrlNonHttps" |
52+
"ImageExceedsSizeLimit" | "ImageExceedsTotalSizeLimit" | "EnvironmentExceedsQuota" |
53+
"EnvironmentExceedsQuotaDaily" | "EnvironmentExceedsQuotaMonthly" | "EnvironmentExceedsTakerQuotaMonthly" |
54+
"WrongAccountType" | "EnvironmentExceedsComputeResourceEver" | "EnvironmentExceedsComputeResourceCountDaily" |
55+
"PythonUnsupportedOnThisPlatform" | "UnmetRequirements" | "PythonFunction" | "EnvironmentConnectionExceedQuota"
56+
| "UnsupportedEnvironment" | "UnsupportedInCalculationMode";
5157
return:
5258
type: >-
5359
<xref uid="excel!Excel.BlockedErrorCellValueSubType:enum" /> | "Unknown" | "DataTypeRestrictedDomain" |
5460
"DataTypePrivacySetting" | "DataTypeUnsupportedApp" | "ExternalLinksGeneric" | "RichDataLinkDisabled" |
55-
"SignInError" | "NoLicense"
61+
"SignInError" | "NoLicense" | "XlmDisabledInTrustCenter" | "XlmNotSupportedOnPlatform" |
62+
"ImageDownloadBlocked" | "ImageInvalidUrlNonHttps" | "ImageExceedsSizeLimit" | "ImageExceedsTotalSizeLimit" |
63+
"EnvironmentExceedsQuota" | "EnvironmentExceedsQuotaDaily" | "EnvironmentExceedsQuotaMonthly" |
64+
"EnvironmentExceedsTakerQuotaMonthly" | "WrongAccountType" | "EnvironmentExceedsComputeResourceEver" |
65+
"EnvironmentExceedsComputeResourceCountDaily" | "PythonUnsupportedOnThisPlatform" | "UnmetRequirements" |
66+
"PythonFunction" | "EnvironmentConnectionExceedQuota" | "UnsupportedEnvironment" |
67+
"UnsupportedInCalculationMode"
5668
- name: errorType
5769
uid: 'excel!Excel.BlockedErrorCellValue#errorType:member'
5870
package: excel!

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

Lines changed: 203 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,82 @@ fields:
3232
3333
* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
3434
value: '"DataTypeUnsupportedApp"'
35+
- name: environmentConnectionExceedQuota
36+
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentConnectionExceedQuota:member'
37+
package: excel!
38+
summary: >-
39+
An error caused by the user exceeding their quota of concurrent connections to external code service environments.
40+
Displays as error type \#BLOCKED! in Excel.
41+
42+
43+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
44+
\]
45+
value: '"EnvironmentConnectionExceedQuota"'
46+
- name: environmentExceedsComputeResourceCountDaily
47+
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsComputeResourceCountDaily:member'
48+
package: excel!
49+
summary: >-
50+
An error caused by a user exceeding their daily quota of compute. Displays as error type \#BLOCKED! in Excel.
51+
52+
53+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
54+
\]
55+
value: '"EnvironmentExceedsComputeResourceCountDaily"'
56+
- name: environmentExceedsComputeResourceEver
57+
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsComputeResourceEver:member'
58+
package: excel!
59+
summary: >-
60+
An error caused by an external code service execution environment exceeding its lifetime resource use. Displays as
61+
error type \#BLOCKED! in Excel.
62+
63+
64+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
65+
\]
66+
value: '"EnvironmentExceedsComputeResourceEver"'
67+
- name: environmentExceedsQuota
68+
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsQuota:member'
69+
package: excel!
70+
summary: >-
71+
An error caused by the user exceeding their quota of concurrently active external code service execution
72+
environments. Displays as error type \#BLOCKED! in Excel.
73+
74+
75+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
76+
\]
77+
value: '"EnvironmentExceedsQuota"'
78+
- name: environmentExceedsQuotaDaily
79+
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsQuotaDaily:member'
80+
package: excel!
81+
summary: >-
82+
An error caused by the user exceeding their daily quota of external code service execution environments. Displays
83+
as error type \#BLOCKED! in Excel.
84+
85+
86+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
87+
\]
88+
value: '"EnvironmentExceedsQuotaDaily"'
89+
- name: environmentExceedsQuotaMonthly
90+
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsQuotaMonthly:member'
91+
package: excel!
92+
summary: >-
93+
An error caused by the user exceeding their monthly quota of external code service execution environments.
94+
Displays as error type \#BLOCKED! in Excel.
95+
96+
97+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
98+
\]
99+
value: '"EnvironmentExceedsQuotaMonthly"'
100+
- name: environmentExceedsTakerQuotaMonthly
101+
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsTakerQuotaMonthly:member'
102+
package: excel!
103+
summary: >-
104+
An error caused by the user who is not licensed for a feature which uses an external code service exceeding their
105+
monthly quota of external code service execution environments. Displays as error type \#BLOCKED! in Excel.
106+
107+
108+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
109+
\]
110+
value: '"EnvironmentExceedsTakerQuotaMonthly"'
35111
- name: externalLinksGeneric
36112
uid: 'excel!Excel.BlockedErrorCellValueSubType.externalLinksGeneric:member'
37113
package: excel!
@@ -40,6 +116,49 @@ fields:
40116
41117
* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
42118
value: '"ExternalLinksGeneric"'
119+
- name: imageDownloadBlocked
120+
uid: 'excel!Excel.BlockedErrorCellValueSubType.imageDownloadBlocked:member'
121+
package: excel!
122+
summary: >-
123+
An error caused by the image download coming from an untrusted URL. Displays as error type \#BLOCKED! in Excel.
124+
125+
126+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
127+
\]
128+
value: '"ImageDownloadBlocked"'
129+
- name: imageExceedsSizeLimit
130+
uid: 'excel!Excel.BlockedErrorCellValueSubType.imageExceedsSizeLimit:member'
131+
package: excel!
132+
summary: >-
133+
An error caused by the image exceeding the size limit set in
134+
ExcelServerSettings.CacheBackedAsyncImageDownloaderMaxFileSizeInKBytes. Displays as error type \#BLOCKED! in
135+
Excel.
136+
137+
138+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
139+
\]
140+
value: '"ImageExceedsSizeLimit"'
141+
- name: imageExceedsTotalSizeLimit
142+
uid: 'excel!Excel.BlockedErrorCellValueSubType.imageExceedsTotalSizeLimit:member'
143+
package: excel!
144+
summary: >-
145+
An error caused by the image exceeding the size limit for an entire workbook set in `ExcelWorkbookSizeMax`<!--
146+
-->. Displays as error type \#BLOCKED! in Excel.
147+
148+
149+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
150+
\]
151+
value: '"ImageExceedsTotalSizeLimit"'
152+
- name: imageInvalidUrlNonHttps
153+
uid: 'excel!Excel.BlockedErrorCellValueSubType.imageInvalidUrlNonHttps:member'
154+
package: excel!
155+
summary: >-
156+
An error caused by the image URL not being HTTPS. Displays as error type \#BLOCKED! in Excel.
157+
158+
159+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
160+
\]
161+
value: '"ImageInvalidUrlNonHttps"'
43162
- name: noLicense
44163
uid: 'excel!Excel.BlockedErrorCellValueSubType.noLicense:member'
45164
package: excel!
@@ -48,6 +167,26 @@ fields:
48167
49168
* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
50169
value: '"NoLicense"'
170+
- name: pythonFunction
171+
uid: 'excel!Excel.BlockedErrorCellValueSubType.pythonFunction:member'
172+
package: excel!
173+
summary: >-
174+
An error caused by the PY function being disabled. Displays as error type \#BLOCKED! in Excel.
175+
176+
177+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
178+
\]
179+
value: '"PythonFunction"'
180+
- name: pythonUnsupportedOnThisPlatform
181+
uid: 'excel!Excel.BlockedErrorCellValueSubType.pythonUnsupportedOnThisPlatform:member'
182+
package: excel!
183+
summary: >-
184+
An error caused by Python not being supported in Excel on a platform. Displays as error type \#BLOCKED! in Excel.
185+
186+
187+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
188+
\]
189+
value: '"PythonUnsupportedOnThisPlatform"'
51190
- name: richDataLinkDisabled
52191
uid: 'excel!Excel.BlockedErrorCellValueSubType.richDataLinkDisabled:member'
53192
package: excel!
@@ -72,3 +211,67 @@ fields:
72211
73212
* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
74213
value: '"Unknown"'
214+
- name: unmetRequirements
215+
uid: 'excel!Excel.BlockedErrorCellValueSubType.unmetRequirements:member'
216+
package: excel!
217+
summary: >-
218+
An error caused by Excel not meeting the requirements to use a feature. Displays as error type \#BLOCKED! in
219+
Excel.
220+
221+
222+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
223+
\]
224+
value: '"UnmetRequirements"'
225+
- name: unsupportedEnvironment
226+
uid: 'excel!Excel.BlockedErrorCellValueSubType.unsupportedEnvironment:member'
227+
package: excel!
228+
summary: >-
229+
An error caused by an environment definition not being supported by an external code service. Displays as error
230+
type \#BLOCKED! in Excel.
231+
232+
233+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
234+
\]
235+
value: '"UnsupportedEnvironment"'
236+
- name: unsupportedInCalculationMode
237+
uid: 'excel!Excel.BlockedErrorCellValueSubType.unsupportedInCalculationMode:member'
238+
package: excel!
239+
summary: >-
240+
An error caused by function being unavailable in Partial or Manual calculation modes. Displays as error type
241+
\#BLOCKED! in Excel.
242+
243+
244+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
245+
\]
246+
value: '"UnsupportedInCalculationMode"'
247+
- name: wrongAccountType
248+
uid: 'excel!Excel.BlockedErrorCellValueSubType.wrongAccountType:member'
249+
package: excel!
250+
summary: >-
251+
An error caused by using an unsupported identity provider. Displays as error type \#BLOCKED! in Excel.
252+
253+
254+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
255+
\]
256+
value: '"WrongAccountType"'
257+
- name: xlmDisabledInTrustCenter
258+
uid: 'excel!Excel.BlockedErrorCellValueSubType.xlmDisabledInTrustCenter:member'
259+
package: excel!
260+
summary: >-
261+
An error caused by Excel 4.0 macros being disabled in Trust Center. Displays as error type \#BLOCKED! in Excel.
262+
263+
264+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
265+
\]
266+
value: '"XlmDisabledInTrustCenter"'
267+
- name: xlmNotSupportedOnPlatform
268+
uid: 'excel!Excel.BlockedErrorCellValueSubType.xlmNotSupportedOnPlatform:member'
269+
package: excel!
270+
summary: >-
271+
An error caused by Excel 4.0 macros not being supported on the platform. Displays as error type \#BLOCKED! in
272+
Excel.
273+
274+
275+
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
276+
\]
277+
value: '"XlmNotSupportedOnPlatform"'

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ properties:
4545
isPreview: false
4646
isDeprecated: false
4747
syntax:
48-
content: 'errorSubType?: BusyErrorCellValueSubType | "Unknown" | "ExternalLinksGeneric" | "LoadingImage";'
48+
content: >-
49+
errorSubType?: BusyErrorCellValueSubType | "Unknown" | "ExternalLinksGeneric" | "LoadingImage" |
50+
"PlaceholderInFormula";
4951
return:
5052
type: >-
5153
<xref uid="excel!Excel.BusyErrorCellValueSubType:enum" /> | "Unknown" | "ExternalLinksGeneric" |
52-
"LoadingImage"
54+
"LoadingImage" | "PlaceholderInFormula"
5355
- name: errorType
5456
uid: 'excel!Excel.BusyErrorCellValue#errorType:member'
5557
package: excel!

0 commit comments

Comments
 (0)