> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/es/readme/report-generation/generate-xlsx.md).

# Generar un XLSX

{% hint style="info" %}
Los archivos XLSL solo incluyen los datos del informe y no las imágenes.
{% endhint %}

1\. Abre un informe.

2\. Haz clic en **Publicar** cerca de la esquina superior derecha de la página.\
![](/files/cb476fc0e7fd0d4e21cc5ccff67920c9fdc9b3ab)

3\. Elija **Generar XLSX** del menú desplegable.\
![](/files/cbfdcdbf9c95b5a60f39f90ab5cacda5c1c4a89c)<br>

{% hint style="info" %}
Otros formatos de documento, incluidos DOCX y PDF, están disponibles en el menú Publicar.\
&#x20;![](/files/462e530be55b58548a4498539c6f0dcd2d745e63)
{% endhint %}

4\. Haga clic en **Crear**.\
![](/files/32ae14ee8d1985526f89fde881749e607fd9a4dc)

5\. Aparecerá una barra naranja en la parte superior de la pantalla mientras se genera el informe. Esta barra se volverá verde cuando el informe esté completo.

6\. Haz clic en el nombre del informe en el centro de la barra verde para descargar tu documento.\
&#x20;![](/files/fa21455ebf8b3a36010b2b390209c511006ee7f2)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.reportandrun.com/manual/es/readme/report-generation/generate-xlsx.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
