Branding/ Image in Excel export

Is it possible to add branding while exporting tree grid to excel ? 

I have tried following commented settings, but i have not been successful so far, image is base6

let excelExportProperties1:any = {multipleExport: { type: 'AppendToSheet', blankRows: 2 },
header: {
headerRows: 6,
rows: [
//{ cells: [{ colSpan: 17, img: { src: Config.imgMDLZ }}] },
{ cells: [{ colSpan: 17, rowSpan:5,value: "Project Creation Form", style: { fontColor: '#C67878', fontSize: 20, hAlign: 'Center', bold: true, } }] },
{ cells: [{ colSpan: 17,rowSpan:5, value: "", style: { fontColor: '#C67878', fontSize: 15, hAlign: 'Center', bold: true, } }] },
{ cells: [{ colSpan: 17, rowSpan:5,value: "", style: { fontColor: '#C67878', fontSize: 15, hAlign: 'Center', bold: true, } }] },
{ cells: [{ colSpan: 17, rowSpan:5,value: "", style: { fontColor: '#C67878', fontSize: 15, hAlign: 'Center', bold: true, } }] },
{ cells: [{ colSpan: 17, rowSpan:5,value: "", style: { fontColor: '#C67878', fontSize: 15, hAlign: 'Center', bold: true, } }] },
{ cells: [{ colSpan: 17,rowSpan:5, value: "", style: { fontColor: '#C67878', fontSize: 15, hAlign: 'Center', bold: true, } }] },
]},
theme:{
header: { fontName: 'Calibri', fontColor: '#FFFFFF' , backColor:"#4A2173",height:'36'}
}
};



1 Reply

PS Pon Selva Jeganathan Syncfusion Team August 10, 2021 12:59 PM UTC

Hi PDev, 
 
Thanks for contacting Syncfusion forum 
 

Query: Is it possible to add branding while exporting tree grid to excel ? 

Currently, we do not have support for adding header with image while exporting. Thank you for helping us define this feature(“Need to provide support for header image with excel export”). We have added it to our feature request list.  Support for this feature will be rolled out in any of our upcoming release. 

You can track the current status of your request, review the resolution timeline and contact us for any further inquiries through this link.    
 
Note: To view the above feedback, kindly login into your account.       

Kindly get back to us for further assistance. 
 
Regards,   
Pon selva    


Loader.
Up arrow icon