> 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/english/style.md).

# Style

Styles are built with `Vtiful\Kernel\Format` and applied to cells, rows or columns. A single `Format` handle can be reused across many cells.

Pages in this section:

* [Combination style](/english/style/combination.md) — chain multiple style methods on one handle.
* [Global default style](/english/style/default-format.md) — apply a style to every cell of a worksheet.

For the full catalogue of individual style attributes, see [Style list](/english/style-list.md).
