# Export Entries to Excel, PDF or CSV

The **Export** button lets you download all your form submissions in different file formats.

This is useful for **backups, reports, analysis,** or **sharing** data with your team.

* **Excel (.xlsx)** – Best for editing, filtering, and organizing data
* **PDF (.pdf)** – Perfect for printing or sharing a clean snapshot of entries
* **CSV (.csv)** – Ideal for importing into other tools or software

#### Search-Based Export

* Only the search-matched entries will be exported
* This helps export exactly what the user needs—no extra data

*If Excel or PDF generation is unavailable or fails, the export will automatically generate a CSV file instead.*

<figure><img src="/files/oSIW5ZzpYUQde0nxSolE" alt=""><figcaption></figcaption></figure>


---

# 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.centousplugins.com/database-entries-form-7-pro/export-entries-to-excel-pdf-or-csv.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.
