> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/import-export-functions/excelcreate.md).

# 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="/files/KANIOlqBdrvD8PziN3KD" alt=""><figcaption></figcaption></figure>
