EXCELCREATE

Creates an Excel file on the nedyx server with the content of a table widget.

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.

Last updated