I am using excel BIFF engine to export data to excel because I had to export company logo also. I notice that file name and worksheet name are same. I want to change the name of worksheet, different from file name. Please let me know how to do. We are using Q1 2013 suite.
Thanks,
2 Answers, 1 is accepted
0
Accepted
Daniel
Telerik team
answered on 28 May 2013, 05:47 AM
Hello Prathibarani,
You can try the following code in the BiffExporting event handler:
e.ExportStructure.Tables[0].Title = "Your text here";
I hope this helps.
Regards,
Daniel
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.