IMAGE

IMAGE(source [,alt_text] [,sizing] [,height] [,width])

Returns the image from a web URL.

sourceThe URL path using https of the image file.
alt_text(Optional) Alternative text that describes the image for accessibility.
sizing(Optional) Specifies the image dimensions:
0 = Fit the image in the cell and maintain its aspect ratio
1 = Fill the cell with the image and ignore its aspect ratio
2 = Maintain the original image size, which may exceed the cell boundary
3 = Customize the image size by using the height and width arguments
height(Optional) The custom height of the image in pixels.
width(Optional) The custom width of the image in pixels.

REMARKS
* Supported file formats include BMP, JPG/JPEG, GIF, TIFF, PNG, ICO, and WEBP.
* Changing the height and width might skew the aspect ratio, or the proportional relationship of the original image.
* This function was first released in December 2022.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1??


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top