ExportData
Exports the given table set as an Excel file.
Syntax
Action.ExportData
· [tableSet]
· [file]
· [overwrite]
Parameters
- tableSet
- The name of the table set to export without the 'Data.' prefix.
- file
- The name of the target file, including the '.xlsx' extension. The file will be added to the Exports folder inside the project folder. This folder will be created if necessary.
- overwrite
- Whether to overwrite the file if it exists. If false, a number will be appended to the name when needed.