> For the complete documentation index, see [llms.txt](https://docs.taloflow.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taloflow.ai/data-export/export-to-excel.md).

# Export to Excel

{% embed url="<https://taloflow.wistia.com/medias/ab3cbxneao>" %}

Step 1: Go to the **Tables** tab to view your existing tables.

<figure><img src="https://cdn.prod.website-files.com/5c56ab14e0a4a5de55552788/68b9b51d8e5681a710a1db0d_df8de0d2.png" alt="Image"><figcaption></figcaption></figure>

Step 2: Click the **three dots** menu in the upper right corner of the interface to reveal more options.

<figure><img src="https://cdn.prod.website-files.com/5c56ab14e0a4a5de55552788/68b9b51d8e5681a710a1db10_44db2046.png" alt="Image"><figcaption></figcaption></figure>

Step 3: Select **Download Tables** from the dropdown menu to start the export process.

<figure><img src="https://cdn.prod.website-files.com/5c56ab14e0a4a5de55552788/68b9b51d8e5681a710a1db0a_533c06fc.png" alt="Image"><figcaption></figcaption></figure>

Step 4: Open the downloaded Excel file. The spreadsheet contains multiple tabs: Requirements, Dimensions, Features, and Products—matching the categories present in your evaluation.

<figure><img src="https://cdn.prod.website-files.com/5c56ab14e0a4a5de55552788/68b9b51d8e5681a710a1db13_597f05b5.png" alt="Image"><figcaption></figcaption></figure>

Some columns, such as Reasons, Sources, and References in the Features tab, may be hidden due to the detailed data displayed. To see these hidden columns, simply unhide them within Excel.

<figure><img src="https://cdn.prod.website-files.com/5c56ab14e0a4a5de55552788/68b9b51d8e5681a710a1db07_008b4e9c.png" alt="Image"><figcaption></figcaption></figure>

By completing these steps, you're ready to work with all your exported data directly in Excel, organized just as it appears in the product interface.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.taloflow.ai/data-export/export-to-excel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
