I need coding a feature (using .NET): Export a table(in web) to excel. But with a table’s cell which contains images (see the below picture), I wonder that in excel, a row’s cell can contain images? That’s mean: a cell contains both of text and image.

Please help me. And give me some guideline. Thanks.
As far as I know, Excel can’t really place an image inside a cell (maybe in 2007+ you can?), but you can certainly add images to an Excel spreadsheet using OLE automation, and you can even place them where they should be (there are methods that get you the pixel coordinates of a certain cell). So, the image isn’t contained by the cell, but it can sit overlapping to the cell, but it won’t “respond” to resizing rows / columns.