> For the complete documentation index, see [llms.txt](https://docs.gpmautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide/2-explaining-configuration-parameters-excel-data-input.md).

# 2. Excel数据配置参数解释（使用输入Excel）

当您勾选使用输入 Excel 时，系统将显示以下详细参数以管理数据的读取/写入方式：

* 📂 Excel 文件：点击 `Browse...` 按钮从您的计算机中选择输入数据文件。系统支持常见的文件格式，如 `.xlsx`、`.xls` 或 `.csv`。
* 📄 工作表 ID：选择您希望工具读取数据的 Excel 文件中的工作表（Sheet）序号。此框从数字 `0` 开始计算（对应于您 Excel 文件中最左侧的第一个工作表）。
* 🔄 映射模式（行读取模式）：此部分决定浏览器配置文件将如何从 Excel 中获取数据：
  * 每个配置文件读取所有行：每个浏览器配置文件启动时将依次读取并运行 Excel 文件中所有的数据行。
  * 每个配置文件读取一行：每个浏览器配置文件仅获取一行数据进行处理（适合将每行视为一个独立账户的信息）。
* 🆔 根据 A 列中的配置文件名称进行映射：如果勾选此框，工具将自动对照：正在运行的 GPM Login 配置文件的名称与 Excel 文件 A 列中的哪一行相符，则它将直接跳到该行以获取数据。
* ✅ 完成后将 'OK' 状态写入 Excel 文件：在脚本运行完成后自动将 'OK' 写入 Excel 文件。此功能帮助您轻松跟踪哪一行、哪个账户已被工具成功处理。

<figure><img src="/files/0MBshC1FoVtYhIOENKCg" alt=""><figcaption></figcaption></figure>


---

# 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://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide/2-explaining-configuration-parameters-excel-data-input.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.
