Save to Excel
Save to Excel
Last updated
Save to Excel
Last updated
Saving input as an excel file
The headers of the excel file. This is a query string with the header format for the excel file. This is required or the block would work correctly.
This is an array of objects or an array. The block takes all the values from the array or object an adds them as a row in the excel file
This is the full path of the new file to be created and the correct extension.
Outputs an excel file if all conditions are met.
This block works using the json-as-xlsx package on npm. Check out the link here