# 工作表

工作表级别的操作：创建与切换工作表，配置网格线、缩放、可见性、标签颜色、背景图片等显示属性。

本节内容：

* [创建工作表](/zhong-wen-jian-ti/worksheet/create.md)
* [切换工作表](/zhong-wen-jian-ti/worksheet/switch.md)
* [检查工作表是否存在](/zhong-wen-jian-ti/worksheet/sheet_exist.md)
* [网格线](/zhong-wen-jian-ti/worksheet/gridlines.md)
* [缩放](/zhong-wen-jian-ti/worksheet/zoom.md)
* [隐藏当前工作表](/zhong-wen-jian-ti/worksheet/hide.md)
* [设置为第一个工作表](/zhong-wen-jian-ti/worksheet/first.md)
* [标签颜色](/zhong-wen-jian-ti/worksheet/tab-color.md)
* [背景图片](/zhong-wen-jian-ti/worksheet/background-image.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/worksheet.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.
