# 이미지 다운로더에 업로드 할 엑셀파일은 어떻게 준비해야 할까요?

{% stepper %}
{% step %}

### 리스틀리로 다운로드할 이미지가 있는 웹페이지를 추출합니다.

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

리스틀리를 통해 이미지가 포함된 웹 페이지를 추출하고, 엑셀 파일로 다운로드하여 다운받을 URL을 손쉽게 준비할 수 있습니다.\
리스틀리를 통하면 간단한 클릭 몇 번으로 이미지URL 수집이 가능합니다.
{% endstep %}

{% step %}

### 엑셀 파일에서 이미지 URL이 위치한 열의 위치를 확인합니다.

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

URL 확인 : 엑셀 파일에서 링크로 보이는 데이터를 확인해보세요. 예시 파일을 기준으로 A열은 웹페이지 자체 주소, B열은 이미지 URL을 포함하고 있습니다.\
파일마다 열의 구성이 다를 수 있으므로, 이미지 URL이 포함된 열을 라벨링하거나 위치를 기록해두세요.
{% endstep %}

{% step %}

### 엑셀 파일에서 파일명으로 삼을 열의 위치를 확인하거나, 파일명 열을 생성합니다.

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

파일명으로 삼을 데이터 열을 표시해두거나, 필요한 데이터를 편집해 정리하세요.\
예시에서는 브랜드명 + 품목명을 결합하여 F열에 FILE NAME열을 새로 생성했습니다.\
리스틀리 이미지 다운로더를 활용하면 자유롭게 편집한 이름 순서대로 이미지파일을 다운로드 받을 수 있습니다.

{% hint style="success" %}
**참고사항**&#x20;

리스틀리 이미지 다운로더는 엑셀 파일의 첫 번째 행을 타이틀로 인식합니다. 구분이 쉽도록 이미지URL과 파일명 열은 별도의 제목으로 표시해두면 편리합니다.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://help.listly.io/docs/ko/support/faq/image-downloader/undefined-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
