Hi everyone!
I’ve just started using Make.com because I wanted to automate tasks to save time on preparing and collecting data for reporting.
I began by setting up an automation that transfers data from a downloaded CSV file to Google Sheets, which worked quite well. Later, I discovered I could achieve the same with Excel, so I attempted to implement it there as well.
The main drawback is that doing the same thing with Excel is noticeably heavier and slower in my automation.
I’m wondering if there’s a more optimized solution you could suggest?
My main requirements for this automation are:
- Always update existing row values
- Add new rows as they appear
The Google Sheets module has a “Bulk Update Rows” option, which essentially does what I need. However, I couldn’t find a similar option for Excel.
Here’s the Google Sheets scenario:
And the resources it used:
Here’s the Excel scenario:
And the resources it used (it adds rows one by one, which seems less efficient):
Thanks in advance for any recommendations!