Ordering of excel worksheets

@Saishiyam you could use OpenPyxl to move a sheet to a new position. I adapted an older workflow and put the code into a Component. With the new KNIME 4.6 Python integration the usage should become much easier:

You could also check the underlying index with the help of Python:

image

2 Likes