Copying cell in output data table to a specific cell in excel file

@christarvin unfortunately that will not be possible. The only ‘pure’ KNIME solution would be to import the sheet and (over-)write it back.

Watt you can do ist use Python’s OpenPyxl package to manipulate an individual cell (along with some other interesting manipulations):

1 Like