# Export Reports

<details>

<summary>XLSX - File</summary>

Report Pundit allows direct export of reports in **XLSX (Excel)** format. To do this, open the report, select the export dropdown, and choose Excel or XLSX—the file is downloaded instantly to the local device.

</details>

<details>

<summary>CSV</summary>

Report Pundit allows you to export CSV files with a custom delimiter of your choice. You can enter any delimiter (comma, semicolon, tab, space, pipe, etc.) in the CSV Delimiter box before exporting, and the export will use that character to separate values in the file

</details>

<details>

<summary>PDF</summary>

To export a report as PDF in Report Pundit:

1. Open the desired report and click the export dropdown menu.
2. Select "PDF" as the export format; you can also choose between portrait or landscape modes.
3. The PDF will be generated, often with the report name as the header, and downloaded directly to your device.

</details>

<details>

<summary>Google Sheet</summary>

Report Pundit allows **immediate export to Google Sheets** by selecting Google Sheets in the export dropdown, connecting a Google account, and specifying the destination folder and file.

</details>

<details>

<summary>Slack</summary>

Report Pundit supports exporting reports directly to **Slack channels**, allowing users to share data within team communication instantly. <br>

1\. Connect to a Slack Workspace

* Use your existing workspace or create a new workspace.
* Ensure Report Pundit has the necessary permissions to integrate with your Slack account.

2\. Choose or Create a Slack Channel

* If you already have a channel where you want to receive the report, select that channel.
* If not, create a new channel in Slack.

3\. Add Report Pundit to the Channel

* In your chosen channel, type @Report Pundit bot and make sure it is added as a member.
* This step is required; without it, the report will not be delivered.

4\. Select File Export Type

* From Report Pundit, choose the type of file format (e.g., CSV, Excel, PDF) you want to export.
* Confirm your selection.

5\. Export the Report

* Trigger the export from Report Pundit.
* The report file will be sent immediately to the Slack channel where you added @Report Pundit.

6\. Verify Delivery

* Go to the selected Slack channel.
* You should see the report file delivered by @Report Pundit.

</details>

<details>

<summary>Big Query</summary>

</details>

{% stepper %}
{% step %}

{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reportpundit.com/knowledge-base/report-creation/export-reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
