How to Export Salesforce Reports to Excel
Do you need to share your report built in Salesforce with external stakeholders? Or do you simply want to visualize your Salesforce data using some external data visualization tool, such as Power BI? There are many reasons why you might want to export a Salesforce report to Excel but the options are quite limited. Read on to find out which tool or solution works best for you.
Export Salesforce report to Excel – methods to consider
- Manually export Salesforce report to Excel or CSV – this is the native functionality that allows you to manually download Salesforce reports to Excel. You can export formatted reports as Excel files or the raw data as Excel and CSV files.
- Schedule export of Salesforce data to build custom reports in a spreadsheet – this is the approach for custom reporting. You can automate exports of specific data entities to Google Sheets or Excel. Based on this data, you can create a custom report or dashboard, which will update automatically with every data refresh.
- Export Salesforce reports via the Salesforce API – this is an advanced approach, which may require coding skills to extract data via the Salesforce API. Alternatively, you can use the JSON to Excel connector. This will let you avoid any coding, but you’ll need to map the exported data in Excel.
We’re going to review each section separately. However, if you already know which of these options to export reports from Salesforce to Excel would work best for you, you can skip right to it.
How to export Salesforce report to Excel automatically
In the blog post Salesforce Export Data, we explained how you can schedule exports of data from Salesforce to Excel or Google Sheets. For this, you need Coupler.io, an iPaaS solution that extracts data from apps, such as Airtable, Google Sheets, and so on, and loads it to a chosen destination on a schedule. Other than Excel, you can also connect Salesforce to Looker Studio, Google Sheets, or BigQuery.
Coupler.io provides a dedicated Salesforce integration, which allows you to auto-export a bunch of data entities including Contacts, Orders, Opportunities, and many more. Reports are also on the list of exportable data entities, but it only exports a list of reports.
Nevertheless, the method we suggest here is as follows:
- Export raw Salesforce data required for the report
- Build a custom report in Excel and link the exported data to it
This will let you automate reporting on a schedule like every hour or every 15 minutes. Let’s now look at how this works.
Example of how you can connect Salesforce report to Excel
As an example, let’s take the New Opportunity Trends Report that you can export manually. For this report, we’ll need information about Opportunity History. To export this data, sign up for Coupler.io, click Add new importer, and select Salesforce as a source app and Excel as a destination app.
Step 1. Extract data from Salesforce
- Connect your Salesforce account. You will need to log in to Salesforce if you have not already.
- Select how to export your data – using pre-defined data categories or with a custom SOQL request. Based on the chosen value, you’ll need to either select a desired data entity or enter an SOQL query. In our example, let’s choose Data entity as a data type and select Opportunity History as a data entity from a drop-down list.

Note: You can filter the data to export from Salesforce to Excel using the Advanced filters section, for example, like this:

Step 2. Transform data from Salesforce before loading it to Power BI
Next, you can preview the data you’re going to extract from Salesforce. In addition, Coupler.io allows you to implement a few transformations on the go:
- Manage columns namely hide, rename, reorder columns, and edit/change their data type.
- Create new columns using supported calculation formulas.
- Sort and filter data based on the selected criteria and specified values.

Step 3. Manage data to load to Excel
- Connect your Microsoft account. Select a workbook stored on your OneDrive, as well as the worksheet where to load the Salesforce data. Optionally, you can type in a name to create a new sheet.

Click Save and Run to load Salesforce data to your Excel workbook. Here is what it looks:

This is just raw data, which you can convert into a report as you wish.
Build a report based on the Salesforce data exported to Excel
In our example, we inserted a Pivot table to get the format we need.

Here are the steps we took:
- Added a new column with the End of the Month formula to convert values from the CloseDate column.

- Inserted a pivot table with the following fields:
- Rows: StageName
- Columns: End of Month
- Values: Sum of Amount

And here is what our custom report looks like compared to the New Opportunity Trends Report that we exported manually from Salesforce to Excel.

The main benefit of the custom report is that it will be updated automatically with every data refresh that you set up in Coupler.io. So, you can use this method for not only reporting but also other tasks, for example, creating a Salesforce backup copy.
Salesforce schedule report Excel
The most valuable thing you want to do is automate exports of Salesforce data on a schedule. Toggle on the Automatic data refresh and set the schedule you want. With Coupler.io, you can have your data refreshed automatically up to every 15 minutes.

And that’s it! Coupler.io will automatically update data from Salesforce in Excel, so the values in the pivot table will be automatically updated as well.
Note: Pivot table is just an example that we used here. You can create custom reports using Excel functions, Power Query, charts, and other features.
How to export Salesforce report to Excel natively
We’ll check out the flow separately for each Salesforce UI version.
Note: To export reports from Salesforce, a user must have the ‘Export Reports’ permission.
Related Posts
Export Salesforce report to Excel in Lightning Experience
- Go to the Reports tab and open the report you want to export.

- Click the Edit drop-down menu on the right side of your Salesforce report and select Export.

- Select the format for export Salesforce report to Excel
- Formatted Report is available for export only as XLSX Excel file
- Details Only is available for export as XLSX or XLS file, as well as CSV

- Click Export – the file with your Salesforce report will be downloaded to your device.
Here is an example of a New Opportunity Trends Report exported formatted from Salesforce Lightning experience:

Salesforce report export in Salesforce Classic
- Go to the Reports tab and open the report you want to export.

In Salesforce Classic, reports do not have an Export button with exporting formats. You can choose them right away with the following buttons:
- Printable View – to export the formatted report in XLS format
- Export Details – to export the report’s data in XLS or CSV

For example, here is what a New Opportunity Trends Report looks like if exported as Printable View from Salesforce classic:

The difference between Formatted Export (Lightning Experience) and Printable View (Salesforce Classic) is obvious.
At the same time, there is no difference if you export report details from both Salesforce UI versions:

This is how you can export a Salesforce report to Excel. Also, check out the restrictions associated with this action.
Salesforce reports for Excel export limitations
- Up to 5 reports at once.
- Unlimited number of rows and columns for Details Only reports in XLS or CSV formats.
- Up to 100,000 rows and 100 columns for Formatted Reports or Details Only in XLSX format.
- Historical trending reports are not available for export.
- Joined reports can include a maximum of 2,000 rows and are available for export only as Formatted Report.
Can I auto-export Salesforce report to Excel?
Unfortunately, Salesforce does not allow you to export Salesforce reports to Excel on a schedule. This is rather frustrating because automation would allow you to save much of the time for your reporting tasks.
However, you can always go with Coupler.io that allows you to set up automation for your Salesforce reports.
Link Salesforce report to Excel using the Salesforce API
The last option on our list of solutions for exporting Salesforce reports to Excel is the Salesforce REST API. We’ve covered this in more detail in our article on Salesforce Data Export. To do this, you’ll need to complete the following steps:
- Create a Connected App in Salesforce
- Get an access token
With an access token, you can send a GET request to the following API URL:
curl "{instance-URL}/services/data/{api_version}/analytics/reports/{report-ID} \ -H "Authorization: Bearer {access_token}"
where:
{instance-URL}
is the instance URL, which you obtained along with the access token, for example,
https://zrecords-dev-ed.my.salesforce.com
{api_version}
is the version of the Salesforce API{access_token}
is your access token{report-ID}
is the Id of your Salesforce report. You can learn the report ID by opening the report and checking the URL bar.

This step is more technical since it requires you to work with the Salesforce API documentation, as well as write a script to extract data and map it into your Excel file.
Alternatively, you can learn how to connect API to Excel without coding.
Do you need the no-code integration for exporting Salesforce reports to Excel?
It’s believed that wishing upon a shooting star makes the wish come true:) Coupler.io suggests that you don’t wait for this moment, but simply let us know whether you need to have the option for exporting reports to Excel or Google Sheets. Fill out this form to submit your request. Many of our integrations came out thanks to the active users who expressed their interest in particular sources. Good luck with your data!

Streamline your data analytics & reporting with Coupler.io!
Coupler.io is an all-in-one data analytics and automation platform designed to close the gap between getting data and using its full potential. Gather, transform, understand, and act on data to make better decisions and drive your business forward!
- Save hours of your time on data analytics by integrating business applications with data warehouses, data visualization tools, or spreadsheets. Enjoy 200+ available integrations!
- Preview, transform, and filter your data before sending it to the destination. Get excited about how easy data analytics can be.
- Access data that is always up to date by enabling refreshing data on a schedule as often as every 15 minutes.
- Visualize your data by loading it to BI tools or exporting it directly to Looker Studio. Making data-driven decisions has never been easier.
- Easily track and improve your business metrics by creating live dashboards on your own or with the help of our experts.
Try Coupler.io today at no cost with a 14-day free trial (no credit card required), and join 700,000+ happy users to accelerate growth with data-driven decisions.
Start 14-day free trial