# EXCELCREATE

#### Syntax

**EXCELCREATE**(*widget*)

* *widget* - The table widget from which the Excel file is to be generated - ***Value type**: Table widget*

#### Remark

* The function returns the internal file name of the Excel file created. This name can then be used to download the file to the local computer, send it by email and delete it later.

#### Example

Here, the EXCELCREATE function stores an Excel sheet with the content of the wineList widget on the nedyx server, and the internal file name is stored in the cell widget. The created file can then be further processed using the DOWNLOADFILE or SENDEMAIL functions.

<figure><img src="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/ZAsxMudZ9ptEmZlLKXAB/grafik.png" alt=""><figcaption></figcaption></figure>


---

# 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.52-preview/clearlines-functions/import-export-functions/excelcreate.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.
