# Export Tab

This tab allows you to configure how exports behave in Finance Tables.

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

**Layout Options**

* **Show export buttons:** Show export buttons in the table.
* **Export Excel:** Enable the Excel export button.
* **Export CSV:** Enable the CSV export button.
* **Export PDF:** Enable the PDF export button.

**Styling Options**

* **Differentiate even and odd rows:** Apply alternating row styling in the export.
* **The first line are column header names:** Include column headers in the export.
* **Include header column groupings:** Include column group headers in the export.
* **Export visible columns only:** Only export columns that are currently visible.
* **Export all rows except last level (only applicable when grouping):** Export grouped data but omit the last detail level.
* **Include images in export (Excel only):** Include images in Excel exports.
* **Include formatting in values (CSV only):** Export formatted values instead of raw values.
* **Include URL actions:** Include URL actions in the export.

**Export name**

Set the default file names for:

* **CSV**
* **Excel**
* **PDF**

**Limit Exporting**

* **Export top N rows:** Limit the export to the first N rows. Use `0` to export all rows.


---

# 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.infotopics.com/finance-tables/configuration/configuration-screen/export-tab.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.
