# Export report data in a xlsx file format

## Export report data in a xlsx file format.

<mark style="color:blue;">`GET`</mark> `/analytics/reports/{uuid}/export/xlsx`

Returns a .xlsx file

#### Path Parameters

| Name                                   | Type   | Description       |
| -------------------------------------- | ------ | ----------------- |
| uuid<mark style="color:red;">\*</mark> | String | Report Identifier |

{% tabs %}
{% tab title="200: OK Successful Operation" %}

```
content:
            application/json:
              schema:
                type: string
                format: binary
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
 content:
            application/json:
              schema:
                "$ref": "#/components/schemas/InternalServerErrorDTO"
```

{% endtab %}
{% endtabs %}
