Skip to content

Side effects

These functions perform tasks, but do not return results to the variable library.

To use them in a variable set, just keep the VarName field empty.

tableToCSV

This function exports an Excel table or named range to a CSV file. The filename is set to the table name.

tableToCSV(
    TableName,
    OutputFolder
)

Arguments

TableName
Name of the Excel table/ named range to export.
OutputFolder
Directory where the CSV file should be saved in.

Examples

tableToCSV("t_inputs","C:\OutputFolder")