Export File Types

In GoodData, you can export your reports as the following file types:

  • PDF
  • PNG
  • XLSX
  • CSV

If you are not sure which type to use, the following table shows possible scenarios:

I want toExport to
Show reports, no further analysis necessaryPDF, PNG
Analyze data in a spreadsheetXLSX, CSV
Analyze data in another applicationCSV (Raw data)

For details about how to export, see Export Reports.

PDF

Use PDF export if you do not need to process the data further and you want to show the reports and charts. 

If you export from a table report, you can select the page orientation.

Custom PDF Scaling

You can use the API Reference to customize the exported PDF file. 

  • Fit the report to a maximum number of pages.

  • Shrink or enlarge the report by percentage.

By default, when you export a report as a PDF in landscape orientation, the width of the report is scaled to fit a single page.

Custom PDF Headers and Footers

For details, see Configure Custom Headers and Footers for PDF Report Exports.

PNG

Export to a PNG file if you do not need to process the data further and you want to, for example, insert them into a presentation. 

XLSX

Export your data to an XLSX file if you want to analyze the formatted data in a spreadsheet.

By default, reports that are grouped by attributes contain merged cells in the exported XLSX file.

XLSX with Unmerged Cells

For more granular analysis, you can export your data to XLSX with unmerged cells. 

Steps:

  1. Start exporting the report or dashboard tab to XLSX.

  2. In the Export to XLSX dialog, unselect Keep attribute cells merged.

  3. Click Export and save the file.

The following image shows the difference between exported data with merged and unmerged cells in the Date (Date) column.

XLSX with Active Filters Displayed

If you have any filter enabled in the report, you can add the description of the filters to the exported XLSX file.

Steps:

  1. Start exporting the report or dashboard tab to XLSX.

  2. In the Export to XLSX dialog, select Include active filters in each report.

  3. Click Export and save the file.

The following image shows the exported data with the active filters' description at the top.

Custom Headers

You can add up to five rows of additional text when exporting data to an XLSX file. For details, see Configure Custom Headers for XLSX Exports.

Custom Number Format

By default, when a report is exported to XLSX, the number formats applied to the cells containing metrics are propagated to the result XLSX file exactly as defined in the report. For example, if some metrics in a report have a number format that displays negative numbers in red and positive numbers in green, this format will be applied to the cells with these metrics in the XLSX file.

To apply a single number format to all the cells containing metrics in the result XLSX file instead of their original number formats, set the exporter.tabularExport.fixedExcelFormat platform setting to the desired number format. For details, see Configure Various Features via Platform Settings.

Export Dashboard Tabs to XLSX

When you export a dashboard tab to an XLSX file, each report from the tab is displayed on a separate worksheet as a table. For details, see “Export from the Dashboard” in Export Reports.

Order of the Worksheets

The order of the worksheets with reports is always based on the proximity of the center of the report to the top left corner of the dashboard.

Example:

The reports in the image below will export in the following order:

  1. % Leads
  2. Top Retail brands
  3. Heatmap: Spend by campaign

CSV and CSV with Raw Data

If you want to export large reports, process report data in more detail in another application, and do not need formatting, export the report as a CSV file.

For additional details about raw data exports, see Exporting Raw Report Data.