function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sneha KavinkarSneha Kavinkar 

Remove copyright information from Reports

Hello All,

I want to read the Salesforce reports through C#. However, I am not able to do so because of the additional info at the bottom of report I get format error while reading excel
Report Name
Copyright (c) 2000-2016 salesforce.com, inc. All rights reserved.
Confidential Information - Do Not Distribute
Generated By: XYZ 3/15/2016 8:56 AM
Company Name
Deleting these rows resolves the problem. Is there any way I can avoid these details while downloading report? as i do not want to delete these rows manually everytime.
 
Mahesh DMahesh D
Hi Sneha

You can suppress this information for all reports that users export. From Setup, click Customize | Reports & Dashboards | User Interface, then select Export Reports Without Footers.


Also Go through the below link:

http://releasenotes.docs.salesforce.com/en-us/spring14/release-notes/rn_analytics_no_footer.htm

Please do let me know if it helps.

Regards,
Mahesh


 
Sneha KavinkarSneha Kavinkar
Hi Mahesh,

Thanks a lot!! That worked.
However, my issue is not resolved yet. It seems like the excel is not in proper format. If you open the file in text editor you can see html with table.
Is there any way we can get proper excel file or can we get csv file with values in double quotes.