> 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-overview.md).

# 工作表總覽

進入任意應用後，左側面板會顯示該應用下的所有工作表。點擊任一工作表名稱，即可進入該工作表的數據視圖頁面。

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

頁面主要區域說明：

| 區域         | 說明                        |
| ---------- | ------------------------- |
| **左側面板**   | 顯示工作表列表、應用說明，以及「新建」快捷入口   |
| **頂部視圖切換** | 在不同視圖之間切換（如工單狀態、問題類型、全部等） |
| **工具欄**    | 提供分組條件、分組顯示、卡片設置、篩選、排序等操作 |
| **數據區域**   | 以當前視圖模式展示工作表中的記錄          |

#### 新建快捷入口 <a href="#create-quick-entry" id="create-quick-entry"></a>

在左側面板底部的「新建」區域，您可以快速創建：

* **工作表** — 創建新的空白工作表
* **從 Excel 新建** — 通過導入 Excel 文件快速生成工作表
* **新建自定義頁面** — 為應用創建專屬操作介面
* **新建分組** — 對工作表進行分組管理


---

# 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-overview.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.
