---
title: "Export gadget data to CSV, XLSX and PNG"
canonical: "https://support.appfire.com/space/RDD/146310658/Export%20gadget%20data%20to%20CSV%2C%20XLSX%20and%20PNG"
format: markdown
---
> Macro (aura-html)

> Macro (excerpt)
> 
> Export your gadgets data to CSV, to XLSX, and to PNG.

## Overview

The data displayed in the gadgets can be used outside Dashboard Hub to create reports, to process with your corporate business intelligence tools (BI tools), to be integrated with other services, to be presented in external audits for compliance with regulations, for safekeeping in timeless snapshots… Thus, most of our gadgets (see section [Gadgets-that-allow-exporting-data](https://appfire.atlassian.net/wiki/spaces/RDD/pages/146310658/Export+gadget+data+to+CSV+XLSX+and+PNG#Gadgets-that-allow-exporting-data)) allow the export to CSV and XLSX, and all of them to PNG.

To export a gadget, click the **Download** icon, then select one of the export options: **Export to CSV**, **Export to XLSX**, or **Export to PNG**.

![Dashboard Hub export options](media://a7cd0f17-6b83-4e0a-8601-57fca335657c)

This functionality is also available for users who have access to an externally shared dashboard (see [https://appfire.atlassian.net/wiki/spaces/RDD/pages/146310576](https://appfire.atlassian.net/wiki/spaces/RDD/pages/146310576)).

## Exporting Datasources

It doesn’t really matter the source of the data, either from Bitbucket (see [https://appfire.atlassian.net/wiki/spaces/RDD/pages/146310599](https://appfire.atlassian.net/wiki/spaces/RDD/pages/146310599)), Jira Service Management or any other product.

![Dashboard Hub export open pull requests](media://739c46d4-d31b-4254-acd2-f4368981a1ec)

## Formats: CSV, XLSX and PNG

**CSV** means *comma-separated values*, so the generated format is a file where the content is delimited by comma separated values, and a data record per line.

```plaintext
"","Time to resolution","","Time to first response","","Workload"
"Agent","Avg. Time (hrs)","SLA Met (%)","Avg. Time (hrs)","SLA Met (%)","Tickets/Total"
"Francisco Javier Coira","0","100","0","100","0/11"
"Gorka Puente","364","50","136.33","57","8/11"
"Iñigo Gonzalez","0","0","0","0","1/11"
```

**XLSX **is a Microsoft Open XML format for spreadsheets. This format is widely accepted by spreadsheet products like OpenOffice, LibreOffice, Google Sheets, etc.

![Dashboard Hub export to XLSX open pull requests](media://6c4a402d-dfc8-4bfd-a0c3-b82332a02c45)

PNG **Portable Network Graphics** is a graphics format that supports lossless data compression (a W3C recommendation). 

![Dashboard Hub image export](media://191fcd38-6ee8-442d-ac87-8d33da5c9466)

## Gadgets that allow data export