# データダウンロードオプション

{% stepper %}
{% step %}

### カラム自動整理

データを類似パターンごとに自動整列します。解除すると空欄なしに左に密着整列された状態で抽出されます。

{% hint style="info" %}
理解を助けるため、類似パターンのデータを同じ色で表現しました。
{% endhint %}

<figure><img src="/files/336df9b1ea9d3c7643c7858770184f9cb789c686" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/d0a484bed52d5d74c8668f26dc9673e039816fc2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### カラム自動整理+

既存の自動整理より整列ロジックが強化されたオプションです。列の乱れが多い場合、より安定的にデータを整理できます。

<figure><img src="/files/f9a1ca52738fd80d8a2837d34cf1d1f72f31e691" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### ハイパーリンク

各要素に接続されているハイパーリンク値を一緒に抽出します。

<figure><img src="/files/4d431317c85b546bbe22211faa51017f9d89011b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### カラム名

Excelの各列の最初の行に列名が生成されます。解除すると列名なしにデータのみが抽出されます。

<figure><img src="/files/7feffc30716ec7b45c123f7c42ab6831d4e26143" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 空の列を削除

空欄率が高い列を自動で削除します。スライダーで基準を調整（0\~100%）して削除率を調整できます。重要度とは無関係に空欄率のみを基準に削除されるため、注意が必要です。

<figure><img src="/files/1232e4ecb65b7841a7e831cb30ca5472a5bc3580" alt=""><figcaption></figcaption></figure>
{% 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/ja/getting-started/result-page-features/data-download-options.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.
