Categories | Question details Back To List | ||
insert image in to cells how can i insert image in to the cell i am using standard version please help me in these regarding i am using the image in the xml text but the image is not displaying Answer posted by Support on Dec 10, 2007 01:36 In case of loading data from XML you can specify image as <cell><![CDATA[ <img scr="some.gif"> ]]></cell> or as <cell> <img scr="some.gif"> </cell> or you can use "img" excell type and just specify url to image as cell value <cell>some.gif</cell> |