Handling Excel Sheets by KNIME(2)

kwatari
·

https://hub.knime.com/s/F7eQchGorH3_Pj26

Export multiple sheets of an Excel file into individual Excel files

Read sheet names and read each sheet

  • Get a path of a source Excel file including multiple sheets, and also read sheet names of the file by Read Excel Sheet Names node.

Give a file name "(sheet name).xlsx" to each sheet

  • Pass the converted variable to Excel Writer node as a file path to write each Excel file.

Write Excel files

  • Once the looping is fully completed, Excel files apprear in the folder. The number of files is same as the number of the sheets of the source Excel file.