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-encoded type and data of an image.
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
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-encoded string.
data: string;
Property Value
string
Remarks
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 Base64-encoded image.
type: Base64EncodingType | "BMP" | "GIF" | "ICO" | "JPG" | "PNG" | "TIF" | "WEBP";
Property Value
Excel.Base64EncodingType | "BMP" | "GIF" | "ICO" | "JPG" | "PNG" | "TIF" | "WEBP"
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: