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 should be created - Value type: table widget

Remarks

  • The function returns the internal file name of the created Excel file. This name can then be used to download the file to the local machine, to send it by email, and to 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