I have a asp.net application in that I have grid view and I export that grid-view data into Excel it is working fine. But, now I want add the image(image getting from Server map-path) to the Excel sheet while export grid view data to Excel
How can I bind the image to excel?
Try the following code, i have tested it on
local IIS, it is working properly and including the image likeHeader Image/Logoon top of the grid data.you can adjust your image’s height and width as per your requirement. Same height and width setting will be required for the
<TD>tag.