Save to Excel
Save to Excel
Description
Saving input as an excel file
Properties
Headers
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.
Data
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
Filename
This is the full path of the new file to be created and the correct extension.
Returns
Outputs an excel file if all conditions are met.
NPM Package
This block works using the json-as-xlsx package on npm. Check out the link here https://www.npmjs.com/package/json-as-xlsx
Last updated