> For the complete documentation index, see [llms.txt](https://help.evoshop.cam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.evoshop.cam/orders-and-products/shipping/manage-delivery-orders/export-delivery-order-list-to-excel.md).

# Export Delivery Order List to Excel

The Evoshop system also allows you to easily export the delivery order list to an Excel file for convenient management. You can export **the entire order list** or **the filtered order list** based on your search results.

Click **Export to Excel** in the top-right corner of the screen to download the Excel file using either the **default template** or a **custom template**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FHPiKcmX7jCJhZK8deZsp%2Fimage.png?alt=media&amp;token=608bd932-6f2f-44f1-a600-cb77ad9d46fd" alt=""><figcaption></figcaption></figure>

In addition to exporting to Excel using the **default template**, Evoshop also allows you to export data using a **custom template**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2F3zcVqaaEa0KKy6AJWshq%2Fimage.png?alt=media&amp;token=83845f75-55bc-439c-bbc0-50d8f9748afd" alt=""><figcaption></figcaption></figure>

A **Customize Excel Columns** pop-up will appear. You can select the columns you want to export to Excel by checking the corresponding boxes. The **No.** and **Shipment Code** columns are required and cannot be deselected.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2Fg5utC5bTMqbHeptnl8lY%2Fimage.png?alt=media&amp;token=8bcdd2bc-65c3-4212-bae3-58e11165d10d" alt=""><figcaption></figcaption></figure>

You can also rearrange the order of the columns by clicking the <img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FthZEsME4DR9x424gQu3I%2Fimage.png?alt=media&amp;token=488b272f-a177-4f4b-9d95-82bafef3a02a" alt="" data-size="line"> icon and dragging and dropping the columns up or down as desired.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2F54yq1lKNP1QS57LVkGVs%2Fimage.png?alt=media&amp;token=a49ae889-f79e-488f-bb63-5421c85aa8f5" 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://help.evoshop.cam/orders-and-products/shipping/manage-delivery-orders/export-delivery-order-list-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.
