In my Silverlight application we have to update the data to Predefined excel template and then export the data.But our predefined template is having company logo. Which is not appearing in excel when we export the file.Steps to achieve the Export in Silverlight.1) we load the excel using Infragistics excel and then update the data to excel.2) Then save the worksheet into memory stream and then convert the memorystream into byte array and pass it into service layer and save the Byte array as excel file in server.3) When you click on export button then pass the path of the file and export it using response object.Note :- If I just load the Excel template and save the worksheet into memorystream. convert the memorystream into byte array and pass it into service layer.Even then image is not appeared in the excel.Please let me know the solutions.
Image is at First row and column 'AH' , 'AI', 'AJ', 'AK'. Even I have downloaded the excel in different machine from the infragistics site. Still i am able to see the image.
It's in Right dead end of the excel.
Thanks
I cannot see any image in the attached file.
I was attached the template before the Export and I just deleted the Header Text for Security reason.
In the code I will write the data after the 9th row. once the file is exported to users then you wont find the image in the exported excel. The template I have attached you able to see the image.
Please let me know if you have any more queries.
Anil Kumar
Yes, that is what I was asking for. Thank you Elena.
Hello akhanil,
I was looking into this issue and I believe that Mike was asking for the worksheet with your logo before the export, not after that, so we can test your scenario. Could you please double check if you are attaching the right file with the logo.
Thanks in advance.