Hello,
I have image within the cell tag. Cell may contain image with data also.
I tried this code in xml.
But I am not able to get Image.
?
You need to escape HTML tags inside cell
<img src=‘D:/xxx.jpg’></img>
or use CDATA
<![CDATA[ ]]>