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

Hello,

I am trying to copy a specific cell in an output data table to a specific cell in an excel file. Any ideas on how to do this? The only node I can find that relates to this is excel sheet appender but I cannot see how that would take a certain cell from the output table and put it in a certain cell in an 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

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.