hello all i am working on a project in which i have a webpage wherein i have some textboxes and a button.The functionality of that button is to export the data entered into the textboxes to excel in the form of a table.Also an image(stored on my local drive)needs to be exported too along with the textbox data.All of this i want to achieve through openxml only.This is what i want to achieve.Note that the image which is to be exported is some random image on my local drive.![input][1]![output][2]
Any suggestions would be greatly appreciated.Thank you
Input
[1]: https://i.stack.imgur.com/u3vsT.jpg
required output
[2]: https://i.stack.imgur.com/pkILb.jpg
Here is the exact sample you can use to display header, cell values and Image in your ASP.NET application using C#:
http://polymathprogrammer.com/2010/11/10/how-to-insert-multiple-images-in-excel-open-xml/
If you met any problem, write back here and we sure can help.