function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rudi HulsbosRudi Hulsbos 

Visualforce Excel and Image Issue

Hi all,

We have a visualforce page renderred as an excel workbook:
<Row ss:Height="87">
    <Cell ss:Index="3" ss:StyleID="s87"><Data ss:Type="String"><img src="https://c.cs17.content.force.com/servlet/servlet.ImageServer?id=***********&oid=**********&lastMod=1435054046000"/></Data></Cell>
</Row>

But the image is not displaying. We have tried multiple options but cannot get the image to display.

Any ideas what else we could try?

Thanks,
Rudi