- Home
- Resources
- Integrations
- XLSX (Excel files)
XLSX (Excel files) Make integrationAutomate XLSX (Excel files) with Make.
Need a clean spreadsheet out of data that lives in other apps? The XLSX (Excel files) Make integration has 3 modules that gather items into one Excel file. This guide is for ops and sales teams, and it walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the XLSX (Excel files) Make integration do for you?
It turns a batch of items into a single Excel file inside Make. A scenario (the automation you build in Make) pulls records from another app, and an XLSX module packs them into one file you can send or store. You never open Excel, and no account is needed on the XLSX side.
A contact export for the sales team. A CRM module returns contacts, each one arriving as a bundle (one item passed from one module to the next). Create Excel merges those bundles and hands back one XLSX file, ready to attach to an email.
A file whose columns never move. Accounting often expects the same headers in the same order. Create Excel (advanced) relies on a Data structure, so you decide the columns once and every new file follows them.
A head start from Make's own example. The doc lists an entry named Example - Generate an XLSX File from Google Contacts. Read it before building your own contact export.
Know the limits before you start. None of the 3 modules watches or reads a file, so something else has to start the scenario. There is no Make an API Call module either. On the Free plan, files stay under 5 MB. If you are weighing tools, the n8n vs Make comparison sets them side by side, Make pricing covers the plans, and Make training helps you go further.
How do you set up XLSX (Excel files) in Make?
- 01
Add the XLSX module
In your scenario, click the + on the right of the module that brings the data, type XLSX in the search bar and pick Create Excel or its advanced version.
- 02
Skip the connection screen
Most apps ask you to click Create a connection to link your account to Make. This one does not: the doc states that XLSX works without any connection, so there is no login, key or authorization window.
- 03
Fill the fields and map
Fill the module fields and map the data coming from the previous module. Make shows what that module returned, so you click the values you want in the file instead of typing them.
Your first scenario with XLSX (Excel files)
GoalWhen the scenario runs, Make collects records from another app and returns them as one XLSX file.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to place the first module. XLSX cannot start a flow, so this first module comes from the app that holds your data.
- 02
Pick the data source
Search that app by name, choose the module that returns your records, click Create a connection for that app and fill its fields. Each record will travel as a separate bundle.
- 03
Add Create Excel
Click the + on the right of the source module, search XLSX and add Create Excel. No connection here: map the values from the source module into its fields.
- 04
Test with Run once
Click Run once. The scenario runs one time and you can read the bundles each module received, including the single file that Create Excel produced from all the records.
- 05
Schedule and switch on
Open the clock on the first module. A new scenario runs every 15 minutes by default, and the Free plan cannot go below that. Adjust it, then switch the scenario on.
The 3 XLSX (Excel files) modules
XLSX (Excel files) gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create Excel
AggregatorIn Make“Merges selected items and returns them in the XLSX format.”
You get one XLSX file built from many items at once. As an aggregator, it gathers the bundles sent by earlier modules into a single spreadsheet instead of one file per item.
Create Excel (advanced)
AggregatorIn Make“Merges selected items and returns them in the XLSX format. Employs Data structure to define columns in the resulting XLSX file.”
Here the columns are yours to decide. This aggregator also merges items into one XLSX file, but it uses a Data structure to set which columns the file contains and in what order.
Example - Generate an XLSX File from Google Contacts
ActionIn the docs onlyThis entry gives you a reference point rather than a new feature. The Make doc lists it under the XLSX app, and its title describes the flow: contacts from Google Contacts turned into an XLSX file.
Need help automating XLSX (Excel files) with Make?
A person reads every message.