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
Sdfc devSdfc dev 

Unable to display images in excel

Hi,

 

I got a formula field in my custom object which displays a image and these images are stored in the static resource.

 

Another custom picklist field drives this formula field. It displays the image based on the value of the picklist field. 

 

My issue is,

 

I got 2 visualforce pages and i am rendering one as "pdf" and another one as "excel".

 

In pdf i am using apex:outputtext and it displays the image but in excel it is not. 

 

How do i get the image in excel?

 

Thanks in advance.