Hi Fahid,
You can try the below steps which are pretty simple. It worked fine for me. For this I used an image object placed in ROOT directory of a web application server.
| 1. | Add a blank cell |
| 2. | Right-click on the blank cell and select “Format cell” |
| 3. | Under “General” specify Read content as “Hyperlink” |
| 4. | Apply >> OK |
| 5. | Right click on the cell >> "Edit Formula" >> Use the following formula |
="<html><a href='http://localhost:8080' target='_blank'><img src = 'http://localhost:8080/sample.png' /></a></html>"
Hope this helps.
Regards,
Niraj