> 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/quick-start.md).

# Quick start

Two minimal walkthroughs that cover the most common use cases:

* [Create file](/english/quick-start/create.md) — build a new XLSX from scratch.
* [Read file](/english/quick-start/reader.md) — open an existing XLSX and iterate its rows.

Both examples use the `Vtiful\Kernel\Excel` class. Read-side features require building the extension with `--enable-reader` (the default in PECL packages).
