Hi, I’m new to n8n and I’m trying to edit an existing Excel file using the “Microsoft Excel 365” node. Basically, I’d “just” like to replace rows 10–20 in a specific sheet. Unfortunately, the combinations/functions of “range, data mode, column to match on, value of column to match on, …” aren’t entirely clear to me. Is there more documentation or some more complex examples?
you can use Append or update node then specify range you want to update.
Thank you for your reply — a few questions about that:
- In “Range” it says “First row must contain column names.” However, I want to update a range without column names. Is this really the range that will be edited?
- When I choose “Map Each Column Below” in “Data Mode,” it looks to me like I have to define a condition to identify the row to be updated. But I “simply” want to replace rows 5 to 10. So I want to specify row numbers.
- And under “Values to Send,” it looks to me like I can only update a single row, right? But I want to update multiple rows at once.
Thanks. I’ll use the Graph API!

