> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/zh-hant/support/faq-zh-hant/8.-listly-tu-pian-xia-zai-qi/shi-yong-tu-pian-xia-zai-qi-shi-ying-gai-ru-he-zhun-bei-yao-shang-chuan-de-excel-dang-an.md).

# 使用圖片下載器時,應該如何準備要上傳的 Excel 檔案?

{% stepper %}
{% step %}

### 使用 Listly 提取包含您想下載圖片的網頁

<figure><img src="/files/3c552c750711b03d9090a39d597207fd23397af9" alt=""><figcaption></figcaption></figure>

您可以透過 Listly 提取包含圖片的網頁並下載 Excel 檔案，輕鬆準備要下載的網址。\
透過 Listly，您只需點擊幾下就能收集圖片網址。
{% endstep %}

{% step %}

### 檢查 Excel 檔案中圖片網址所在的欄位位置

<figure><img src="/files/50adc831a582e6428b4b21fe0428003bf26ce891" alt=""><figcaption></figcaption></figure>

檢查網址：確認在 Excel 檔案中顯示為連結的資料。在範例檔案中，A 欄是網頁位址本身，B 欄包含圖片網址。\
由於每個檔案的欄位排列可能不同，請標記或記錄包含圖片網址的欄位位置。
{% endstep %}

{% step %}

### 檢查或建立要用作檔案名稱的 Excel 欄位

<figure><img src="/files/d0f54b47eca31ac0264a406b360753fadad3635d" alt=""><figcaption></figcaption></figure>

標記要用作檔案名稱的資料欄位，或編輯整理必要的資料。\
在範例中，透過組合品牌名稱 + 商品名稱在 F 欄建立了新的「檔案名稱」欄位。\
使用 Listly 圖片下載器，您可以按照自由編輯的名稱順序下載圖片檔案。
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**注意**

Listly 圖片下載器將 Excel 檔案的第一列視為標題。為圖片網址和檔案名稱欄位分別加上標題會更方便識別。
{% endhint %}


---

# 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.listly.io/docs/zh-hant/support/faq-zh-hant/8.-listly-tu-pian-xia-zai-qi/shi-yong-tu-pian-xia-zai-qi-shi-ying-gai-ru-he-zhun-bei-yao-shang-chuan-de-excel-dang-an.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.
