# 画像ダウンローダーにアップロードするExcelファイルの準備方法は？

{% stepper %}
{% step %}

### ダウンロードしたい画像が含まれているウェブページをリストリー (Listly) で抽出します

<figure><img src="/files/471b315e61620e24dd6ea4743b449ced11249180" alt=""><figcaption></figcaption></figure>

リストリー (Listly) を介して画像を含むウェブページを抽出し、Excelファイルをダウンロードして、ダウンロード用のURLを簡単に準備できます。\
リストリー (Listly) を使用すると、わずか数回の簡単なクリックで画像URLを収集できます。
{% endstep %}

{% step %}

### Excelファイル内で画像URLが配置されている列の位置を確認します

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

URLを確認：Excelファイル内でリンクとして表示されるデータを確認します。例のファイルでは、列Aはウェブページアドレス自体であり、列Bには画像URLが含まれています。\
ファイルによって列の配置が異なる可能性があるため、画像URLを含む列の位置にラベルを付けるか記録してください。
{% endstep %}

{% step %}

### Excelファイル内でファイル名として使用する列を確認または作成します

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

ファイル名として使用するデータ列をマークするか、必要なデータを編集して整理します。\
例では、ブランド名 + 商品名を組み合わせて、列Fに新しいファイル名 (FILE NAME) 列を作成しました。\
リストリー イメージダウンローダー (Listly Image Downloader) を使用すると、自由に編集した名前の順序で画像ファイルをダウンロードできます。
{% endstep %}
{% endstepper %}

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

リストリー イメージダウンローダー (Listly Image Downloader) は、Excelファイルの最初の行をタイトルとして扱います。画像URLとファイル名の列に個別の見出しを付けると、簡単に識別できて便利です。
{% endhint %}


---

# 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/ja/support/faq/listly-image-downloader/daunrdniappurdosuruexcelfairunoha.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.
