# 导出数据

## 1.直接用文本编辑器（Notepad++ / VS Code）

1. 粘贴原始 ID
2. **替换换行符**
   * 查找：`\n`
   * 替换为：`','`
3. 在最前面加 `'`
4. 在最后加 `'`

## 2.Excel / WPS（最常用）

假设 ID 在 **A1:A4**

1️⃣ 在 B1 输入：

```
="'"&A1&"'"
```

向下拖拽填充

👉 **Excel 365 / WPS 新版**可以直接用： **有长度限制**

```sql
=TEXTJOIN(",",TRUE,"'"&A2:A4&"'")
```


---

# 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://qiangrens-organization.gitbook.io/qkd90/shu-ju-ku-he-zhong-jian-jian/dao-chu-shu-ju.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.
