You need to sign in to do that
Don't have an account?

How to export the reports into excel.
Hello Everyone,
Actually, am designing reports on visualforce page, not using Standard reports of salesforce. i want to implement button name Export to Excel. am not getting anything to implement the same. If anyone know the coding for export button pls post the code.
Pls help me for the same.
Thanks In Advance
Hello Everybody,
Am also facing the problem in export the data of visual force page into excel. I have implement the code and report is successfully exported but in the exported report i.e. in excel sheet its showing the week days in the end also calender months and Year in the form of picklist.
Can anyone suggest me solution for the same?
Thanks In Advance
I have the same issue. worked OK before, but now VF seems to render a calender picklist into the Excel (see image below).
<div class ="datePicker"> with all monthes and years defined is added at the bottom of the page ... I don't have any datefield on the page at all!
Any ideas?
Hi MarceldeB
Did you get any solution for this problem??
Thanks
Rehan
The most important is to set standardstylesheets=false in the page tag.
But in fact most attributes should be switched off. So now I usually set a variable in the class which I check in the page:
in the extension or controller:
in the page:
Hi MarceldeB
I added 'standardstylesheets=false' to my apex:page. Now its exporting fine without the calender.
But since there is no standardstylesheet, I am not getting my calander in textbox focus?
Shall I write seperate code for datepicker?
Thanks,
Rehan
My problem solved Thanks :)