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

# Excel

- [Write Table](https://docs.tailent.com/actions/tap-actions/excel/write-table.md)
- [Set Range Color](https://docs.tailent.com/actions/tap-actions/excel/set-range-color.md)
- [Rename Sheet](https://docs.tailent.com/actions/tap-actions/excel/rename-sheet.md)
- [Read Range](https://docs.tailent.com/actions/tap-actions/excel/read-range.md)
- [Read Cell Formula](https://docs.tailent.com/actions/tap-actions/excel/read-cell-formula.md)
- [Insert Rows](https://docs.tailent.com/actions/tap-actions/excel/insert-rows.md)
- [Insert Columns](https://docs.tailent.com/actions/tap-actions/excel/insert-columns.md)
- [Format Range](https://docs.tailent.com/actions/tap-actions/excel/format-range.md)
- [Fill Rows](https://docs.tailent.com/actions/tap-actions/excel/fill-rows.md)
- [Fill Columns](https://docs.tailent.com/actions/tap-actions/excel/fill-columns.md)
- [Delete Sheet](https://docs.tailent.com/actions/tap-actions/excel/delete-sheet.md)
- [Delete Rows](https://docs.tailent.com/actions/tap-actions/excel/delete-rows.md)
- [Delete Columns](https://docs.tailent.com/actions/tap-actions/excel/delete-columns.md)
- [Create Sheet](https://docs.tailent.com/actions/tap-actions/excel/create-sheet.md)
- [Clear Range](https://docs.tailent.com/actions/tap-actions/excel/clear-range.md)
- [Open Excel WorkBook](https://docs.tailent.com/actions/tap-actions/excel/open-excel-workbook.md)
- [Close Excel WorkBook](https://docs.tailent.com/actions/tap-actions/excel/close-excel-workbook.md)
- [Get Cell Value](https://docs.tailent.com/actions/tap-actions/excel/get-cell-value.md)
- [Set Cell Value](https://docs.tailent.com/actions/tap-actions/excel/set-cell-value.md)


---

# 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:

```
GET https://docs.tailent.com/actions/tap-actions/excel.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.
