Picture in PageSetup Header is lost when loading and saving file

I have a .xls file (attached) created in Excel 2003 that has a worksheet with a Picture in column 3 of the custom header. Using the code below the picture is lost in saved file (use print preview to observe the presence of the image in the before file and the absence in the after file)

Aspose.Cells.License lic = new License();
lic.SetLicense("Aspose.Cells.lic");

Workbook workbook = new Workbook();
workbook.Open(@"C:\before.xls");
workbook.Save(@"C:\after.xls");

Which version are you using? Please try this attached version.

And I don't find your attached file. Could you please post it again? Thank you.

I am attaching the sample file (again)

Also I am using a version of the DLL that had been provided as a fix (Post #65362) for a previous issue that I had reported.

I have also just tried the DLL you attached without success

Hi,

Thanks for the template file.

Well, Yes, there seems to have some sort of problem with the custom header pic.

We will figure out and resolve the issue soon.

Thank you.

I have found and fixed this problem. Please try this attached version.

Laurence:
I have found and fixed this problem. Please try this attached version.


I am not the original poster, but I am demo'ing your software and found the same bug. The DLL you attached fixed the issue.

Thanks.

-BEP