RUAL Documentation

build xls/x

This block is part of the files group and was last modified in core v13.0.5.

build xls/x v13.0.5

Generates a xls / xlsx file.

Pin Pin Type Default
flow
flow
filenamerequired
The name of the file.
value
extensionrequired
The extension of the file, e.g. xls or xlsx.
value
headersrequired
The headers will be used for the first row. If this is filled, the more advanced version (array of arrays) will be disabled.
array
valuesrequired
The values to be set in the excel sheet. The headers will be used to select the data. If this is filled, the more advanced version (array of arrays) will be disabled.
array
array of arraysrequired
This version allows for a more fine-grained control of what will be pushed to the worksheet. If this is filled, the headers and values will be disabled.
array
options
The worksheet options
object
Pin Pin Type Example
flow
flow
success
condition
error
value
filerequired
Output file.
file

Core Releases

v13.0.5 This block was introduced in v13.0.5, click here to see the release notes.
Back to files Return to the main group to view all sub-groups Back to file parsing Return to the group to view all blocks within this group