URL-Based Images

Dynamic Image Insertion from Web URLs

Use image URLs to dynamically populate documents with product photos, logos, profile images, property photos, maps, and more.

This feature inserts or updates images in Excel, Word, or PowerPoint using publicly accessible image URLs. Images can appear directly in Excel or be downloaded into Word or PowerPoint to minimize file transfer size.

There are two versions of this feature:

  1. The first version displays the image in Excel. The image appears in Excel and can then be submitted to Word or PowerPoint to update images.
  2. The second version inserts the image directly into Word or PowerPoint to reduce file transfer sizes.

The URL must be publicly accessible on the web. Images may be hosted on servers such as OneDrive, Google Photos, DropBox, AWS, or other public locations.

This feature optionally enables flexible image resizing.

This feature can be combined with features such as "Conditional Content", "Repeating Sections", and "File Merge" to enable powerful document automation scenarios.

Use Cases

See the "Sample Content" documents for working examples.


1.  URL-Based Images – Image Appears in Excel

This option inserts or updates images based on image URLs. The images can then be updated in Word or PowerPoint.

This is similar to Excel’s IMAGE() formula, but the image is not in-cell and provides more flexibility for placement and sizing.

URL-Based Images  - in Excel

Instructions

  1. Name a cell: "urlimg_" + your prefix + your image name. For example: "urlimg_r_MyImage".
  2. Set the cell value to the image URL. For example: "https://mysite.com/image.png"
  3. Optional: To scale size, append the URL with ",h=" or ",w=" + pixels. For example: "https://mysite.com/image.png,w=300" inserts image 300 pixels wide (height is auto-scaled) or "https://mysite.com/image.png,h=200" inserts image 200 pixels high (width auto-scaled). Image will never be scaled larger than the original.
  4. Click the "Insert/Update URL-Based Images" button. The image should appear/update. It updates images on "This Sheet Only", if the option is checked in the add-in. Move the image anywhere on the worksheet (the shape must be on the same worksheet as the source range).
  5. Click "Submit". The image will be included in the data transferred to Word/PPT.
  6. Then "Link" the image once in Word/PowerPoint. Use the same name as the Excel cell (without the "urlimg_" prefix).
  7. Update whenever needed: click "Insert/Update URL-Based Images", then "Submit" in Excel and "Update" in Word/PPT

2.  URL-Based Images – Image Appears Directly in Word or PowerPoint

This option inserts or updates images directly in Word or PowerPoint.

This significantly reduces transfer size because images are downloaded and inserted directly into the destination document.

URL-Based Images  - directly into Word/PowerPoint

Instructions

  1. Name the cell: your prefix + your image name + "_urlimg". For example: "r_MyImage_urlimg".
  2. Set the cell value to the image URL. For example: "https://mysite.com/image.png"
  3. Optional: To scale size, append the URL with ",h=" or ",w=" + pixels. For example: "https://mysite.com/image.png,w=300" inserts image 300 pixels wide (height is auto-scaled) or "https://mysite.com/image.png,h=200" inserts image 200 pixels high (width auto-scaled). Image will never be scaled larger than the original.
  4. Click "Submit". The image URL will be included in the data transferred to Word/PPT, not the image itself.
  5. Then "Link" the item once in Word/PowerPoint. The Item Type will be "urlimg". Use the same name as the Excel cell range name.
  6. Update whenever needed: "Submit" in Excel and "Update" in Word/PPT. Word/PPT downloads the images and inserts/updates them.

Tip: use Excel's IMAGE() formula to show a thumbnail view of the image


Image Formats, Placement, and Sizing

Image formats

Image formats supported: png, jpg, and gif. Webp, bmp, and tiff images are converted to png images. Svg images are not supported.

Image Placement

The upper-left corner of the new image will match the original image location

Image Sizing

Aspect ratio is always maintained

In Word:  Images are inserted with their source resolution and size. In the Word add-in, images may be shrunk to fit within the width of the page/container. Word cloud updates are not automatically shrunk by Word.

In PowerPoint:  The new image is resized to match the width of the original image