Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
In Microsoft Excel (for example 2007):


The image is inserted.

Aspose.Cells for Java supports adding a linked image using the method ShapeCollection.addLinkedPicture(int upperLeftRow, int upperLeftColumn, int height, int width, java.lang.String sourceFullName).
The method returns a Picture object.
The following example shows how to add linked picture from web address to a worksheet.
After running the code, the generated Excel file contains a linked image on the first worksheet.
The output file

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.