We are using Export to excel feature for exporting our data to the Excel file. We want to add header with our company logo in the exported worksheet. Please guide us how we can achieve the functionality. It will be highly beneficial for us if you can provide a sample code.
Thanks in Advance
Archna
HI,
I am just following up on this thread.
Please let me know if you need further assistance.
Sincerely,
Matt Developer Support Engineer
HI adasoftindia
You can load an existing workbook and pass it into the exporter or you can dynamically create a workbook and pass it to the exporter.
Here are some help links with code samples.
http://help.infragistics.com/NetAdvantage/Silverlight/2011.2/CLR4.0/?page=xamGrid_Exporting_Data_to_Excel_Using_the_xamGrid.html
http://help.infragistics.com/NetAdvantage/Silverlight/2011.2/CLR4.0/?page=SL_Load_an_Excel_2007_XLSX_Document_Into_a_Workbook.html
Matt
Developer Support Engineer