# DOWNLOADEXCEL

#### Syntax

**DOWNLOADEXCEL**(*widget*; *fileName*)

1. *widget* - das Tabellen Widget, dessen Inhalt als Excel-Datei verwendet werden soll - ***Wertetyp**: Tabellen-Widget*
2. *fileName* - der Name, unter dem die Excel-Datei heruntergeladen wird - ***Wertetyp**: Text (optional, Standardwert: der Name der aktuellen Seite)*

#### Beispiel

Ein Klick auf das Schaltfeld "Download Excel" erzeugt eine Excel-Datei mit dem Inhalt der Tabelle *wineList, und lädt diese anschließend mit dem Dateinamen "Winelist.xlsx" herunter.*&#x20;

<div align="left"><figure><img src="/files/RkQdMgFfW8Pu7DcieE6T" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://docs.nedyx.com/version-1.66-de/clearlines-funktionen/import-export-funktionen/downloadexcel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
