I see Airtable and Google Sheets but I don’t see a way to select a local XLS spreadsheet that I want to load, query and update like an Airtable sheet.
Is there a way to do this or maybe this is custom node territory. I’d prefer a local sheet from a privacy point of view.
I feel this would be a common usage of n8n but maybe I’m mistaken.
Any help would be great. (Tutorials, video, walkthrough, example workflows would be even greater lol)
umm ok, but then what about other spreadsheet opersations such as update a row etc.
I have a 10,000 row spreadsheet that I want to loop through, using a custom API, and insert addition column data.
I ended up using the extract from file, looping through all the items and then using a Merge-combine node to write the file out.
Thanks for your help though and I’ll remember your workaround for the future.