And for a 3rd option you can use this if you want to keep the excel file’s formatting in place. As long as you don’t select the option to “Remove all Data Before Writing” in the Advanced tab, any missing values coming over from KNIME will leave the existing excel data in place. You can also select a starting row or column for your write, so you can narrow in on a specific cell that way if you filter down to 1 column and row before you write.
Here is a further option if you are using KNIME 4.7
I have a component on the hub:
It can write either a literal or an Excel formula directly into a cell reference on an existing spreadsheet. The cell reference and any formula can be entered in the form of a literal, e.g. E2 or it can interpret values of flow variables, to make it easier where you want to write to a location that changes because of dynamic data sizes
Flow variable references take the same format as you’d find in the String Manipulation node, and if they are in square brackets, you can also include basic arithmetic to allow you to include simple offsets e.g. E[$$(INumber Rows)$$+3]
Would take the value in the Number Rows integer flow variable and add 3 to it , so if it contained the value 7, this would refer to cell E10.
A simple demonstration based on your post is here: