Aspose.cells .net footer logo

Hi
We are using Aspose.cells for .net . We just downloaded the DLL version 19.1… We are populating the data using xlt files , We have the code to copy the work sheets from one workbook to another blank work , We have the footer image (our company log) . When printing the sheet the footer image prints and Error (X) in red color in the source sheet . I think the footer image is not copied over to new worksheet. We never had issue with our previous version of aspose dll 18.1. ? is there any new code to copy the footer image from one worksheet to other. Thanks for your help

@ambest,

Thanks for providing us some details.

To evaluate your issue precisely, we need your template files (both workbooks) and sample code. We appreciate if you could provide us a sample console application (runnable), zip the project with template files and attach it here (you may exclude Aspose.Cells assembly to minimize the size of the project) to show the issue, we will check it soon.

Hi
is there any special code to copy the footer image from one workbook to another work books. I am using the following code to copy.
For nsheetCtr = 0 To oexceltemplate.Worksheets.Count - 1
oBlankExcel.Worksheets.Add()
oBlankExcel.Worksheets(ncount).Name = oexceltemplate.Worksheets(nsheetCtr).Name
oBlankExcel.Worksheets(ncount).Copy(oexceltemplate.Worksheets(nsheetCtr))
ncount = ncount + 1
Next
Thanks
Rajeswari Raman

@ambest,

No, header/footer should be copied when you copy a sheet from one workbook to other. We again request you to provide the needful as we asked you earlier.