Output Excel file generated doesn't show the image in cell. The image file is available at the required location.
Code: Select all
<Row>
<ss:Data ss:Type="String">
<img src="flower.png"/>
</ss:Data>
</ss:Cell>
</Row>
1. Is this correct way to insert an image?
2. Like in HTML, can we insert image in Excel cell using base64 value?
TIA