Image in Excel File is not getting copied

A

Ashish

In a Excel File I have inserted one Image from
Insert --> Picture --> Form File ...

Now when programatically I use System.IO.File.Copy(srcFile, destFile) and
make a copy of this excel file, then all the data in Excel File is copied
but that image which I inserted is not shown in the destination file.

What is the problem here?

Thanks,
Ashish
 
Top