> For the complete documentation index, see [llms.txt](https://xlswriter-docs.viest.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xlswriter-docs.viest.me/zhong-wen-jian-ti/style.md).

# 样式

样式通过 `Vtiful\Kernel\Format` 构造，并应用到单元格、行或列。同一个 `Format` 句柄可以被多个单元格共享复用。

本节内容：

* [组合样式](/zhong-wen-jian-ti/style/combination.md) —— 在同一个句柄上链式调用多个样式方法。
* [全局默认样式](/zhong-wen-jian-ti/style/default-format.md) —— 为整个工作表设置默认样式。

完整的样式属性目录请参见 [样式列表](/zhong-wen-jian-ti/style-list.md)。
