
Array to Excel
- hamza.alwan/array-to-excel
- Modified
- Users 1
- Runs 6
- Created by
Hamza Alwan
Converts any array of objects to Excel
Apify Actor: Array to Excel
This Apify actor converts an array of objects into an Excel spreadsheet.
Input
The actor accepts the following input:
-sourceArray
(array of objects): An array of objects to be converted to Excel. Each object represents a row in the spreadsheet, and its properties correspond to the columns.
Output
The actor will save the array data into a dataset and you will be able to export the data as an Excel file from the dataset.
Usage
- Configure the actor's input by providing the array of objects.
- Run the actor and wait for it to complete.
- Press on
Export (number) results
. - Select the
Excel
format. - Press on
Download
to download the excel file.
ON THIS PAGE