# 辅助函数

扩展提供的工具函数：

* [列标字符转化](/zhong-wen-jian-ti/helper/column-index-number-string-transform.md) —— 在数字列号与 Excel 字母列号（如 `27 ↔ AA`）之间转换。
* [设置当前写入行号](/zhong-wen-jian-ti/helper/current_line_set.md) —— 手动调整下一次写入的行号。
* [获取当前写入行号](/zhong-wen-jian-ti/helper/current_line_get.md) —— 查询当前写入指针所在行。
* [获取扩展版本](/zhong-wen-jian-ti/helper/get_version.md) —— 返回已安装的扩展版本号。
* [查看作者信息](/zhong-wen-jian-ti/helper/get_author.md) —— 返回作者与联系信息。


---

# 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://xlswriter-docs.viest.me/zhong-wen-jian-ti/helper.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.
