Excel.Base64EncodingType enum
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 represented by the Base64 encoding.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Fields
BMP = "BMP" | The BMP file type. |
GIF = "GIF" | The GIF file type. |
ICO = "ICO" | The ICO file type. |
JPG = "JPG" | The JPG (or JPEG) file type. |
PNG = "PNG" | The PNG file type. |
TIF = "TIF" | The TIFF file type. |
WEBP = "WEBP" | The WEBP file type. |