> ## Documentation Index
> Fetch the complete documentation index at: https://help.teable.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Export

> Export an entire table or the data currently shown in a view as a CSV file.

Teable supports exporting an entire table or only the data currently shown in a view. Exported files use CSV format.

<Steps>
  <Step title="Choose an export scope">
    Export the entire table when you need the full raw data. Export a specific view when you only need the data currently shown in that view.
  </Step>

  <Step title="Open the export entry">
    To export an entire table, open the target table menu in the left directory. To export a view, switch to the target view and open the view menu.
  </Step>

  <Step title="Download CSV">
    Select **Download CSV**. Teable generates the file according to the selected export scope.
  </Step>
</Steps>

## Export Flow

To export an entire table, hover over the target table name in the left directory, click the `...` button on the right, then select **Download CSV**.

<img src="https://mintcdn.com/teablecn/jEnUUdkBJLjaocXx/images/docs/base/2026-05-22-table-export-table.png?fit=max&auto=format&n=jEnUUdkBJLjaocXx&q=85&s=b72b9d6ffcdaf36deb778d01eac39892" alt="Export an entire table" className="docs-screenshot" width="1600" height="1076" data-path="images/docs/base/2026-05-22-table-export-table.png" />

To export a specific view, switch to the target view, confirm the filters, sorting, and hidden-field settings, then click the `...` menu next to the view name and select **Download CSV**.

<img src="https://mintcdn.com/teablecn/jEnUUdkBJLjaocXx/images/docs/base/2026-05-22-table-export-view.png?fit=max&auto=format&n=jEnUUdkBJLjaocXx&q=85&s=290d6e9ec4e871309b782e0a72ab27d8" alt="Export a specific view" className="docs-screenshot" width="1600" height="773" data-path="images/docs/base/2026-05-22-table-export-view.png" />

## Notes

* **Entire table export**: Includes the raw table data, including hidden fields and records.
* **View export**: Exports only the data currently shown in the view. Use it for filtered, sorted, or hidden-field results.
