- Home
- Forum
- Angular - EJ 2
- How to change header when i export excel by schedule ?? (Angular)
How to change header when i export excel by schedule ?? (Angular)
I have one issue , i want to custom header name in file excel . How to do ???

SIGN IN To post a reply.
5 Replies
NR
Nevitha Ravi
Syncfusion Team
April 26, 2019 12:41 PM UTC
Hi Tran,
Greetings from Syncfusion Support.
We can have custom header by mapping the field name within eventSettings and for the same we have prepared a sample which can be downloaded from the following link.
public eventSettings: EventSettingsModel = {
dataSource: this.generateEvents(),
fields: {
subject: { title: 'Travel Summary', name: 'Title' },
location: { title: 'Source', name: 'Place' },
description: { title: 'Comments', name: 'Summary' },
startTime: { title: 'Departure Time', name: 'From' },
endTime: { title: 'Arrival Time', name: 'To' }
}
};
Please check the sample and let us know if you need any further assistance.
Regards,
Nevitha
TT
Tran Thanh Tung
April 27, 2019 02:48 AM UTC
Awsome , Tks for reply me .

But i have issue different , properties of server side don't mapping within properties of client side .
I want custom header at excel like export excel Grid .
Can I custom header name like ExportExcel Grid ??? I tried apply for schedule but project not working .
KK
Karthigeyan Krishnamurthi
Syncfusion Team
April 29, 2019 09:57 AM UTC
Hi Tran,
Thanks for your update.
Currently there is no option to excel export the Scheduler with custom header and footer. We have logged the feature request for the reported scenario which can be tracked from the below link. It will be implemented in any one for our upcoming main releases.
Regards,
Karthi
TT
Tran Thanh Tung
May 3, 2019 08:02 AM UTC
Tks Karthigeyan Krishnamurthi , i will waitting next update .
Please send to me your version next update . (mail : [email protected])
Tks and best regard .
KK
Karthigeyan Krishnamurthi
Syncfusion Team
May 6, 2019 03:35 AM UTC
Hi Tran,
Thanks for your update.
The version will be decided only at the time of release and we will notify once the feature is implemented.
Regards,
Karthi
SIGN IN To post a reply.
- 5 Replies
- 3 Participants
-
TT Tran Thanh Tung
- Apr 25, 2019 09:19 AM UTC
- May 6, 2019 03:35 AM UTC