After i use the Excel reader note at the end of my flow, i manage to export the data into Excel. However, the data is not in “table form” in excel. Usually if i need to convert the data into table form, i need to go open the Excel file -> choose the data range -> Ctrl + T to create Table.
So i’m asking if there is a way to convert data range into Table form in KNIME itself. Not sure if i’m clear enough? Thanks so much!
hi Ivan,
This is great! I tried to run the above flow and this is the message i receive at the Python nodes. Not sure if you know the reason?
“ERROR Python Script (1⇒1) 8:8 Execute failed: No module named ‘openpyxl’
Traceback (most recent call last):
File “”, line 5, in
ModuleNotFoundError: No module named ‘openpyxl’”
hi Ivan,
Thanks for the guidance. I still run into the same error message even after i have openyxl installed. Do you think there could be another reason?
Hi Ivan,
Thanks a ton for being life save. I managed to create the table based on your guidance.
I would want to have another question if there is a node to do conditional formatting for cell value.
For example, if the cell value is above 120 it will be in green color. If below 95 it will be in red. I’m looking at Xls formatting nodes but haven’t found out. Thanks!
I’m thinking of using python with something like- not sure if possible
Glad that I could be of any help. Concerning conditional formatting with KNIME and Excel I see two paths:
the one you mentioned continue using Python or
try to use the Continental XLS nodes, especially the " XLS Conditional Formatter Node" that seems to do what you want, although I have not used it myself
As it is often the case with KNIME there are several ways to do it since KNIME is such an open platform and typically you start with something you feel comfortable with and then continue from there. And your gain experience that will be useful for your next project.
And there is the forum (of course) - and the KNIME hub with a lot of useful examples.
I do not have a specific expertise about cell mergers. You might have to try what the Python package has to offer or the Continental nodes.
Regarding the autosize of columns the standard Excel sheet appender of KNIME does have such a feature - but it used to take forever and sometimes crush the system so I rarely ever use it. Not sure if they fixed that in recent versions. You might give it a try but save your work first.