Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Admin] Publish #2129

Merged
merged 3 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/docs-ref-autogen/excel/excel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ enums:
- 'excel!Excel.LoadToType:enum'
- 'excel!Excel.NamedItemScope:enum'
- 'excel!Excel.NamedItemType:enum'
- 'excel!Excel.NameErrorCellValueSubType:enum'
- 'excel!Excel.NotAvailableErrorCellValueSubType:enum'
- 'excel!Excel.NumberFormatCategory:enum'
- 'excel!Excel.NumErrorCellValueSubType:enum'
- 'excel!Excel.PageOrientation:enum'
Expand Down
10 changes: 5 additions & 5 deletions docs/docs-ref-autogen/excel/excel/excel.base64encodedimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Excel.Base64EncodedImage
uid: 'excel!Excel.Base64EncodedImage:interface'
package: excel!
fullName: Excel.Base64EncodedImage
summary: The base64 encoding type and data of an image.
summary: The Base64-encoded type and data of an image.
remarks: '\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: true
isDeprecated: false
Expand All @@ -13,7 +13,7 @@ properties:
uid: 'excel!Excel.Base64EncodedImage#data:member'
package: excel!
fullName: data
summary: The base64 string encoding.
summary: The Base64-encoded string.
remarks: '\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: true
isDeprecated: false
Expand All @@ -25,11 +25,11 @@ properties:
uid: 'excel!Excel.Base64EncodedImage#type:member'
package: excel!
fullName: type
summary: The file type of the encoded image.
summary: The file type of the Base64-encoded image.
remarks: '\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: true
isDeprecated: false
syntax:
content: 'type: Base64EncodingType | "JPG" | "PNG";'
content: 'type: Base64EncodingType | "BMP" | "GIF" | "ICO" | "JPG" | "PNG" | "TIF" | "WEBP";'
return:
type: '<xref uid="excel!Excel.Base64EncodingType:enum" /> | "JPG" | "PNG"'
type: '<xref uid="excel!Excel.Base64EncodingType:enum" /> | "BMP" | "GIF" | "ICO" | "JPG" | "PNG" | "TIF" | "WEBP"'
54 changes: 52 additions & 2 deletions docs/docs-ref-autogen/excel/excel/excel.base64encodingtype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,46 @@ name: Excel.Base64EncodingType
uid: 'excel!Excel.Base64EncodingType:enum'
package: excel!
fullName: Excel.Base64EncodingType
summary: The file type represented by the base64 encoding.
summary: The file type represented by the Base64 encoding.
remarks: '\[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: true
isDeprecated: false
fields:
- name: BMP
uid: 'excel!Excel.Base64EncodingType.BMP:member'
package: excel!
summary: >-
The BMP file type.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"BMP"'
- name: GIF
uid: 'excel!Excel.Base64EncodingType.GIF:member'
package: excel!
summary: >-
The GIF file type.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"GIF"'
- name: ICO
uid: 'excel!Excel.Base64EncodingType.ICO:member'
package: excel!
summary: >-
The ICO file type.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"ICO"'
- name: JPG
uid: 'excel!Excel.Base64EncodingType.JPG:member'
package: excel!
summary: >-
The JPG file type.
The JPG (or JPEG) file type.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
Expand All @@ -28,3 +58,23 @@ fields:
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"PNG"'
- name: TIF
uid: 'excel!Excel.Base64EncodingType.TIF:member'
package: excel!
summary: >-
The TIFF file type.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"TIF"'
- name: WEBP
uid: 'excel!Excel.Base64EncodingType.WEBP:member'
package: excel!
summary: >-
The WEBP file type.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"WEBP"'
16 changes: 14 additions & 2 deletions docs/docs-ref-autogen/excel/excel/excel.blockederrorcellvalue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,24 @@ properties:
syntax:
content: >-
errorSubType?: BlockedErrorCellValueSubType | "Unknown" | "DataTypeRestrictedDomain" | "DataTypePrivacySetting"
| "DataTypeUnsupportedApp" | "ExternalLinksGeneric" | "RichDataLinkDisabled" | "SignInError" | "NoLicense";
| "DataTypeUnsupportedApp" | "ExternalLinksGeneric" | "RichDataLinkDisabled" | "SignInError" | "NoLicense" |
"XlmDisabledInTrustCenter" | "XlmNotSupportedOnPlatform" | "ImageDownloadBlocked" | "ImageInvalidUrlNonHttps" |
"ImageExceedsSizeLimit" | "ImageExceedsTotalSizeLimit" | "EnvironmentExceedsQuota" |
"EnvironmentExceedsQuotaDaily" | "EnvironmentExceedsQuotaMonthly" | "EnvironmentExceedsTakerQuotaMonthly" |
"WrongAccountType" | "EnvironmentExceedsComputeResourceEver" | "EnvironmentExceedsComputeResourceCountDaily" |
"PythonUnsupportedOnThisPlatform" | "UnmetRequirements" | "PythonFunction" | "EnvironmentConnectionExceedQuota"
| "UnsupportedEnvironment" | "UnsupportedInCalculationMode";
return:
type: >-
<xref uid="excel!Excel.BlockedErrorCellValueSubType:enum" /> | "Unknown" | "DataTypeRestrictedDomain" |
"DataTypePrivacySetting" | "DataTypeUnsupportedApp" | "ExternalLinksGeneric" | "RichDataLinkDisabled" |
"SignInError" | "NoLicense"
"SignInError" | "NoLicense" | "XlmDisabledInTrustCenter" | "XlmNotSupportedOnPlatform" |
"ImageDownloadBlocked" | "ImageInvalidUrlNonHttps" | "ImageExceedsSizeLimit" | "ImageExceedsTotalSizeLimit" |
"EnvironmentExceedsQuota" | "EnvironmentExceedsQuotaDaily" | "EnvironmentExceedsQuotaMonthly" |
"EnvironmentExceedsTakerQuotaMonthly" | "WrongAccountType" | "EnvironmentExceedsComputeResourceEver" |
"EnvironmentExceedsComputeResourceCountDaily" | "PythonUnsupportedOnThisPlatform" | "UnmetRequirements" |
"PythonFunction" | "EnvironmentConnectionExceedQuota" | "UnsupportedEnvironment" |
"UnsupportedInCalculationMode"
- name: errorType
uid: 'excel!Excel.BlockedErrorCellValue#errorType:member'
package: excel!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,82 @@ fields:

* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
value: '"DataTypeUnsupportedApp"'
- name: environmentConnectionExceedQuota
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentConnectionExceedQuota:member'
package: excel!
summary: >-
An error caused by the user exceeding their quota of concurrent connections to external code service environments.
Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"EnvironmentConnectionExceedQuota"'
- name: environmentExceedsComputeResourceCountDaily
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsComputeResourceCountDaily:member'
package: excel!
summary: >-
An error caused by a user exceeding their daily quota of compute. Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"EnvironmentExceedsComputeResourceCountDaily"'
- name: environmentExceedsComputeResourceEver
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsComputeResourceEver:member'
package: excel!
summary: >-
An error caused by an external code service execution environment exceeding its lifetime resource use. Displays as
error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"EnvironmentExceedsComputeResourceEver"'
- name: environmentExceedsQuota
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsQuota:member'
package: excel!
summary: >-
An error caused by the user exceeding their quota of concurrently active external code service execution
environments. Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"EnvironmentExceedsQuota"'
- name: environmentExceedsQuotaDaily
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsQuotaDaily:member'
package: excel!
summary: >-
An error caused by the user exceeding their daily quota of external code service execution environments. Displays
as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"EnvironmentExceedsQuotaDaily"'
- name: environmentExceedsQuotaMonthly
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsQuotaMonthly:member'
package: excel!
summary: >-
An error caused by the user exceeding their monthly quota of external code service execution environments.
Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"EnvironmentExceedsQuotaMonthly"'
- name: environmentExceedsTakerQuotaMonthly
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsTakerQuotaMonthly:member'
package: excel!
summary: >-
An error caused by the user who is not licensed for a feature which uses an external code service exceeding their
monthly quota of external code service execution environments. Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"EnvironmentExceedsTakerQuotaMonthly"'
- name: externalLinksGeneric
uid: 'excel!Excel.BlockedErrorCellValueSubType.externalLinksGeneric:member'
package: excel!
Expand All @@ -40,6 +116,49 @@ fields:

* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
value: '"ExternalLinksGeneric"'
- name: imageDownloadBlocked
uid: 'excel!Excel.BlockedErrorCellValueSubType.imageDownloadBlocked:member'
package: excel!
summary: >-
An error caused by the image download coming from an untrusted URL. Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"ImageDownloadBlocked"'
- name: imageExceedsSizeLimit
uid: 'excel!Excel.BlockedErrorCellValueSubType.imageExceedsSizeLimit:member'
package: excel!
summary: >-
An error caused by the image exceeding the size limit set in
ExcelServerSettings.CacheBackedAsyncImageDownloaderMaxFileSizeInKBytes. Displays as error type \#BLOCKED! in
Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"ImageExceedsSizeLimit"'
- name: imageExceedsTotalSizeLimit
uid: 'excel!Excel.BlockedErrorCellValueSubType.imageExceedsTotalSizeLimit:member'
package: excel!
summary: >-
An error caused by the image exceeding the size limit for an entire workbook set in `ExcelWorkbookSizeMax`<!--
-->. Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"ImageExceedsTotalSizeLimit"'
- name: imageInvalidUrlNonHttps
uid: 'excel!Excel.BlockedErrorCellValueSubType.imageInvalidUrlNonHttps:member'
package: excel!
summary: >-
An error caused by the image URL not being HTTPS. Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"ImageInvalidUrlNonHttps"'
- name: noLicense
uid: 'excel!Excel.BlockedErrorCellValueSubType.noLicense:member'
package: excel!
Expand All @@ -48,6 +167,26 @@ fields:

* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
value: '"NoLicense"'
- name: pythonFunction
uid: 'excel!Excel.BlockedErrorCellValueSubType.pythonFunction:member'
package: excel!
summary: >-
An error caused by the PY function being disabled. Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"PythonFunction"'
- name: pythonUnsupportedOnThisPlatform
uid: 'excel!Excel.BlockedErrorCellValueSubType.pythonUnsupportedOnThisPlatform:member'
package: excel!
summary: >-
An error caused by Python not being supported in Excel on a platform. Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"PythonUnsupportedOnThisPlatform"'
- name: richDataLinkDisabled
uid: 'excel!Excel.BlockedErrorCellValueSubType.richDataLinkDisabled:member'
package: excel!
Expand All @@ -72,3 +211,67 @@ fields:

* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
value: '"Unknown"'
- name: unmetRequirements
uid: 'excel!Excel.BlockedErrorCellValueSubType.unmetRequirements:member'
package: excel!
summary: >-
An error caused by Excel not meeting the requirements to use a feature. Displays as error type \#BLOCKED! in
Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"UnmetRequirements"'
- name: unsupportedEnvironment
uid: 'excel!Excel.BlockedErrorCellValueSubType.unsupportedEnvironment:member'
package: excel!
summary: >-
An error caused by an environment definition not being supported by an external code service. Displays as error
type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"UnsupportedEnvironment"'
- name: unsupportedInCalculationMode
uid: 'excel!Excel.BlockedErrorCellValueSubType.unsupportedInCalculationMode:member'
package: excel!
summary: >-
An error caused by function being unavailable in Partial or Manual calculation modes. Displays as error type
\#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"UnsupportedInCalculationMode"'
- name: wrongAccountType
uid: 'excel!Excel.BlockedErrorCellValueSubType.wrongAccountType:member'
package: excel!
summary: >-
An error caused by using an unsupported identity provider. Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"WrongAccountType"'
- name: xlmDisabledInTrustCenter
uid: 'excel!Excel.BlockedErrorCellValueSubType.xlmDisabledInTrustCenter:member'
package: excel!
summary: >-
An error caused by Excel 4.0 macros being disabled in Trust Center. Displays as error type \#BLOCKED! in Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"XlmDisabledInTrustCenter"'
- name: xlmNotSupportedOnPlatform
uid: 'excel!Excel.BlockedErrorCellValueSubType.xlmNotSupportedOnPlatform:member'
package: excel!
summary: >-
An error caused by Excel 4.0 macros not being supported on the platform. Displays as error type \#BLOCKED! in
Excel.


* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
\]
value: '"XlmNotSupportedOnPlatform"'
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ properties:
isPreview: false
isDeprecated: false
syntax:
content: 'errorSubType?: BusyErrorCellValueSubType | "Unknown" | "ExternalLinksGeneric" | "LoadingImage";'
content: >-
errorSubType?: BusyErrorCellValueSubType | "Unknown" | "ExternalLinksGeneric" | "LoadingImage" |
"PlaceholderInFormula";
return:
type: >-
<xref uid="excel!Excel.BusyErrorCellValueSubType:enum" /> | "Unknown" | "ExternalLinksGeneric" |
"LoadingImage"
"LoadingImage" | "PlaceholderInFormula"
- name: errorType
uid: 'excel!Excel.BusyErrorCellValue#errorType:member'
package: excel!
Expand Down
Loading