> ## Documentation Index
> Fetch the complete documentation index at: https://docs.royaltyport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting

> Download card data as CSV with formatting options

Every card has a **Download** button (↓) visible in the card header when you are not in Edit mode. Clicking it opens the **Export data** dialog.

| Setting                   | Description                                                                                                                                                                            |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**                  | The file name for the downloaded file. Defaults to the card title and table name.                                                                                                      |
| **Export As**             | **CSV** (standard UTF-8) or **CSV (Excel)**, which prepends a UTF-8 byte-order mark (BOM) so Excel opens the file with the correct encoding. Both formats keep values comma-delimited. |
| **Keep value formatting** | When checked, numeric values are exported with their display formatting (e.g. currency symbols, percentage signs). When unchecked, raw numbers are exported.                           |

The export applies the same filters currently active in the Dataroom, so the downloaded data matches exactly what is shown on screen.

<Steps>
  <Step title="Open the export dialog">
    Ensure you are not in Edit mode, then click the **Download** icon (↓) in the top-right corner of the card.
  </Step>

  <Step title="Configure the export">
    Enter a file name, choose the export format, and toggle **Keep value formatting** as needed.
  </Step>

  <Step title="Download">
    Click **Export**. The file downloads automatically to your browser's default download location.
  </Step>
</Steps>
