> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/powertable-sheets/how-tos/export-powertable-sheet.md).

# Export to Excel

Export PowerTable sheets to Excel so you can work with, share, and analyze your data outside of PowerTable.

This article explains the common use cases for exporting powertable data to Excel, as well as the steps to do it.

### Export to Excel

Exported Excel sheets preserve the data, sheet structure, and lookup labels, making it easy to perform offline analysis, share information, and create custom reports.

**Common use cases**

* Share powertable data with stakeholders who do not have access to it.
* Make offline backups or snapshots of table data.
* Perform advanced data analysis using some of the Excel features such as PivotTables, advanced charts, and more.

{% hint style="info" %}

### Note

* Export to Excel is supported across all layouts except the crosstab layout.
* The export includes the powertable sheet data, inserted rows, and lookup labels.
* Visual and formula columns that were added in the powertable sheet are not included in the exported file.
* Also, export doesn't include the added comments and the comments column.
  {% endhint %}

1. To export the sheet in Excel format, select **PowerTable** > **Export**.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FIARUHxvr4aQhH2tILXOh%2Fimage.png?alt=media&amp;token=3bfb88d3-7128-4b6a-befd-3690b3880af7" alt=""><figcaption></figcaption></figure>

2. There are two formats in which you can export:

* Select **Label** to export the data retaining the lookup labels.
* Select **Raw Data** to export the raw data in the same format as it was imported into the powertable.

3. Then, select **Export**.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2F9ZehiwT6h0OFuieg5lGK%2Fimage.png?alt=media&amp;token=bbaab9c6-5f87-43f1-9abf-9402de2781d9" alt=""><figcaption></figcaption></figure>

4. After the export completes, select **Download**. Then, right-click the generated file link and save the file to your local system.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FHQAybfHBsrP0HF3Py2IV%2Fimage.png?alt=media&amp;token=dede7e7b-4275-4ef2-b8b2-3bc8822df6ac" alt=""><figcaption></figcaption></figure>

5. The exported file looks as shown below. The *ProductSubcategoryKey* field retained the lookup labels since **Label** option was chosen. The sheet layout structure is also maintained.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FSKgaeP6i5Ox9uBxpvYyl%2Fimage.png?alt=media&amp;token=bc2a0cf9-0f46-4eb7-bd9e-ef7d468d79bc" alt=""><figcaption></figcaption></figure>

6. The **Raw Data** option generates the raw data in Excel as shown below without any lookup labels or structure.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FM53PKl9N5SXRy8Wn8uJv%2Fimage.png?alt=media&amp;token=07840457-b8d4-4708-b70c-9c9bc6a57b72" alt=""><figcaption></figcaption></figure>

###


---

# 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.fabricplan.com/powertable-sheets/how-tos/export-powertable-sheet.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.
