Excel.Base64EncodedImage interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The base64 encoding type and data of an image.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Properties
data | The base64 string encoding. |
type | The file type of the encoded image. |
Property Details
data
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The base64 string encoding.
data: string;
Property Value
string
Remarks
type
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The file type of the encoded image.
type: Base64EncodingType | "JPG" | "PNG";
Property Value
Excel.Base64EncodingType | "JPG" | "PNG"
Remarks
Office Add-ins