0

I have KNIME work flow which generates different worksheet, I want one single excel files with multiple sheets in KNIME workflow.

Hemant Kumar
  • 1,025
  • 15
  • 32

1 Answers1

3

You need to use the Excel Sheet Appender (XLS) node instead of the Excel Writer (XLS) node and it should work.

Gábor Bakos
  • 8,982
  • 52
  • 35
  • 52
  • Excel sheet appender is now deprecated. [This](https://hub.knime.com/ipazin/spaces/Public/latest/2021_03_19_Consolidate_Multiple_Excel_Files_into_One~-ydjwcLiby44IfMT) will help. – katu Jul 15 '21 at 16:22