# Excel Connector

## How to export data to Excel?

1\. Click the export button on the top right of the table.&#x20;

![](/files/xJYy0eLxYZMWOEatWQdL)

2\. Select **Excel Connector** and click **Generate API**.

![](/files/5ndiYM9z46pzDmxjinSX)

{% hint style="info" %}
Notice that Excel can support up to 1,048,576 rows. If your table is too large to export, you can use [Filter](/acho-studio/data-prep-projects/applying-actions/view/filter.md) or [Cut](/acho-studio/data-prep-projects/applying-actions/view/cut.md) to shrink your table size.
{% endhint %}

3\. When the API is generated successfully, a green message will pop up from the top of the page. The Excel connector API will be copied to your clickboard automatically

![](/files/S4owRcMhGsuvQcOokJOW)

4\. Open your Excel and navigate to **Data > From Web**. Then, paste the API that you just generated on Acho in the URL field and click **OK**.  (For mac user, prepare the link in an **iqy** file and use Data - Get External Data -  Run Web Query, [contact us](mailto:contact@acho.io) or [find us in Discord](https://discord.com/invite/WPUcn28VKW) if you find any problem)

![](/files/E0dMd7XwTJrZMiV6rox3)

5\. After the connection has been established, you can preview your data in Excel. Then, if the data is correct, you can click **Load** to start importing data from the API.

![](/files/cmYVknDzcBV4jNIN3M65)

5\. Now, you may need to wait for one to several minutes to load your data into Excel. You can see the progress on the left.&#x20;

![](/files/mWqXSGRgJc8dSdCXACpv)


---

# 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.acho.io/acho-studio/data-flow/export-data/export-to-excel.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.
