Insert a Linked Picture from Web Address

Using Microsoft Excel

In Microsoft Excel (for example 2007):

  1. Click the Insert menu and select Picture.
  2. Specify the web address for the picture in the Insert Picture dialog.

Using Aspose.Cells for .NET

Aspose.Cells for .NET supports adding a linked image using the ShapeCollection.AddLinkedPicture(int upperLeftRow, int upperLeftColumn, int heightPixels, int widthPixels, string sourceFullName). The method returns a Picture object.

The following example shows how to add linked picture from web address to a worksheet.