从Web地址插入链接图片

使用Microsoft Excel

在Microsoft Excel中(例如2007):

  1. 单击插入菜单,然后选择图片
  2. 在插入图片对话框中指定图片的Web地址。

使用 Aspose.Cells for .NET

Aspose.Cells for .NET 支持使用ShapeCollection.AddLinkedPicture(int upperLeftRow, int upperLeftColumn, int heightPixels, int widthPixels, string sourceFullName)添加链接图像。该方法返回一个Picture对象。

下面的示例显示了如何将来自Web地址的链接图片添加到工作表中。