Image in xlsfile cell

Hello,

I want to set an image (byte[]) in a cell of a xlsfile, but the excelfile will show the text "System.Byte[]" in the cell. I use an exceltemplate. What can I do to show an image in the cell?

Thanks for the reaction

Hi,

You need to insert an empty image in the template, then name the image like <#mydatabase.field>
Take a look at the demo: http://www.tmssoftware.biz/flexcel/doc/net/samples/csharp/netframework/reports/getting-started-reports/index.html

or
http://www.tmssoftware.biz/flexcel/doc/net/samples/csharp/netframework/reports/images/index.html

Look at the images in the template and how they are named.