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.

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

Properties

data

The Base64-encoded string.

type

The file type of the Base64-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-encoded string.

data: string;

Property Value

string

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

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 Base64-encoded image.

type: Base64EncodingType | "BMP" | "GIF" | "ICO" | "JPG" | "PNG" | "TIF" | "WEBP";

Property Value

Excel.Base64EncodingType | "BMP" | "GIF" | "ICO" | "JPG" | "PNG" | "TIF" | "WEBP"

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]