I generate excel file from c# & want to display image in it
Thanks for the post, but we want to insert a small logo into one cell, not
create a watermark on the sheet.
"NA_AB" wrote:
how about using this?!
myApplication.Rows.Worksheet.SetBackgroundPicture( @"C:\Documents and
Settings\All Users\Documents\My Pictures\Sample Pictures\blue hills.jpg");
|