> 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/documentation/plan/powertable-sheets/how-tos/export-powertable-sheet.md).

# Export powertable sheet

Export powertable sheets to Excel and PDF 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 and PDF, 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.&#x20;

Export to Excel is supported across all layouts.

**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

* 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="/files/X6o2x2Vlttf2KAJAQga8" 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="/files/MRFTNCCxmLomYeS48tLT" 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="/files/CbYK3y1oHBFHQWImCRFG" 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="/files/m2vSTa8bXVtAD2Wr3ARK" 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="/files/h3ZCL1d3p0DFgnspaGG6" alt=""><figcaption></figcaption></figure>

### Export to PDF

Export various powertable layout views to PDF to generate a static, shareable snapshot of your project data. PDF exports preserve the current layout and formatting of the view, making them suitable for distribution, presentations, and offline review.&#x20;

PDF export is supported for **Gantt**, **Resource**, and **Calendar** layouts.

**Common use cases**

* Share project schedules and timelines with stakeholders who do not have access to powertable.
* Include project plans in presentations, status reports, and project documentation.
* Print project views for meetings, reviews, or offline reference.
* Archive project snapshots at specific periods for offline auditing, tracking, or historical comparison.
* Distribute resource allocation and workload information to project managers and team leads.
* Share calendar-based plans and milestones with teams and external stakeholders in a portable format.


---

# 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/documentation/plan/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.
