# 单元格

单元格级别的写入操作：文字、链接、公式、日期、图片、富文本与批注，以及自动过滤、冻结窗格、合并单元格、行/列样式等结构性能力。

本节内容：

* 写入：[文字](/zhong-wen-jian-ti/cell/insert-text.md)、[链接](/zhong-wen-jian-ti/cell/insert-link.md)、[公式](/zhong-wen-jian-ti/cell/insert-formula.md)、[日期](/zhong-wen-jian-ti/cell/insert-date.md)、[本地图片](/zhong-wen-jian-ti/cell/insert-image.md)、[富文本](/zhong-wen-jian-ti/cell/rich-text.md)、[批注](/zhong-wen-jian-ti/cell/insert-comment.md)
* 结构：[自动过滤](/zhong-wen-jian-ti/cell/auto-filter.md)、[冻结单元格](/zhong-wen-jian-ti/cell/freeze-panes.md)、[合并单元格](/zhong-wen-jian-ti/cell/merge-cells.md)
* 样式：[行单元格样式](/zhong-wen-jian-ti/cell/row-style.md)、[列单元格样式](/zhong-wen-jian-ti/cell/column-style.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/cell.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.
