> For the complete documentation index, see [llms.txt](https://guide.wiseapp.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.wiseapp.co.kr/lang/eng/faqs/service/excel-download.md).

# Excel Download

### 1. Historical Data Download <a href="#historical-data-download" id="historical-data-download"></a>

{% columns %}
{% column width="83.33333333333334%" %}
You can use the 'Historical Data Download' feature located at the top right of every screen to download data by selecting the period, filters, and metrics depending on the screen.
{% endcolumn %}

{% column width="16.666666666666657%" %}

<figure><img src="/files/ujNc4kTlnJCkfblrhPEx" alt="" width="100"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### 1) Select Period

{% columns %}
{% column %}
For the period, you can select up to 31 days (daily) / 8 weeks (weekly) / 12 months (monthly) / 8 quarters (quarterly).
{% endcolumn %}

{% column %}

<figure><img src="/files/eX2ygfuH2C0RH2Apc3gP" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### 2) Select Indicator

{% columns %}
{% column %}
You can also select multiple metrics to download.
{% endcolumn %}

{% column %}

<figure><img src="/files/0FnGpLNbXpkMD8FPRJ7B" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### 3) Download the file from your account email

{% columns %}
{% column %}
Since it takes time to compile the selected period and metrics into a document, the file will be sent to your account email address once it is generated, and you can download it from the email
{% endcolumn %}

{% column %}

<figure><img src="/files/39EFAPBZUMvCMUAqOLDE" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### 2. Excel Download <a href="#excel-download" id="excel-download"></a>

{% columns %}
{% column width="83.33333333333334%" %}
You can also download an Excel file based on the options currently selected on the screen or metrics.

Unlike the Integrated Excel Download, you cannot select the period or metrics, but it has the advantage of allowing you to quickly download data for the selected period.
{% endcolumn %}

{% column width="16.666666666666657%" %}

<figure><img src="/files/0h8nR6adKIdMWy5gEvEG" alt="" width="100"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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://guide.wiseapp.co.kr/lang/eng/faqs/service/excel-download.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.
