> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-plus/worksheet/worksheet-operation.md).

# 工作表操作

**基礎操作**

工作表列表中，hover對應的工作表，可對工作表進行基礎操作

<figure><img src="/files/CD4pQzQHm9xzn5YbxUjj" alt=""><figcaption></figcaption></figure>

菜單提供以下操作：

| 功能      | 說明                   |
| ------- | -------------------- |
| 修改名稱和圖標 | 修改當前工作表的名稱、圖標樣式及圖標顏色 |
| 編輯表單    | 進入表單設計頁面，修改字段和佈局     |
| 複製      | 複製當前工作表及數據           |
| 移動至     | 將工作表移動到指定的分組內        |
| 從導航中隱藏  | 針對非應用管理員隱藏當前工作表入口    |
| 刪除      | 刪除當前工作表              |

**高級操作**

在工作表數據視圖頁面，點擊左上方 **工作表名稱旁的下拉箭頭**，可展開工作表菜單。

<figure><img src="/files/hkx2FbL40ongaeZRVkKd" alt=""><figcaption></figcaption></figure>

菜單提供以下高級操作：

| 功能             | 說明                           |
| -------------- | ---------------------------- |
| **編輯表單**       | 進入表單設計頁面，修改字段和佈局             |
| **設置工作表**      | 展開子菜單，快速進入表單設置頁面（公開發佈、業務規則等） |
| **重置自動編號**     | 將自動編號字段的計數器重置                |
| **從 Excel 導入** | 從 Excel 文件批量導入數據到工作表         |
| **變更歷史**       | 查看工作表記錄的變更記錄                 |

\ <br>


---

# 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.coreway.com/yoov-plus/worksheet/worksheet-operation.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.
