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

# Dynamic sheets

## Dynamic Sheet Names

You can add text placeholders to sheet names and pass the sheet name dynamically, as shown in the example below.

<figure><img src="/files/9iUHmF8VrNYs5T8PLAPb" alt=""><figcaption></figcaption></figure>

## Conditional sheets

You can **hide/remove sheets from your template by passing empty value to dynamic sheet name**. All of sheet content will be removed from output document (including tables and objects embeeded into page)

You need to pass:

* Empty value
* False value
* No value (null or undefined)

To hide sheet with dynamic placeholder conditionally from output document
