How to change color and font in Excel?

Dear friends,
I need to change the font, size and color in knime, and also change the number to thousand format as below?
How to achieve this result in knime?
Before:

After

Hello @uix07344,

you can format existing Excel file using Continental extension:

You can find workflow examples on above link as well.

Br,
Ivan

2 Likes

Within KNIME you could also try the new Number Format Manager node. (It’s so new I can’t remember the name of it sometimes :sweat_smile: )

Also, again within KNIME, you can edit CSS to change how things appear in a table view. This workflow provides an example:

2 Likes


Hello ScottF, I add one excel writer in the example workflow, but there is no color inside. My Knime version is 4.7

Hi @uix07344 , looking at the continental nodes, that @ipazin mentioned, they can appear a little overwhelming, but you may find the following posts of interest:

The widely used alternative to using the Continental Nodes is the Write to Excel Template, node which I’ve not used myself (but keep meaning to try when I have the need)… but I know somebody who has… @iCFO :wink:

And I should also mention the OpenPyxl route as another option:

4 Likes

Just to be clear, the two examples I gave were for displaying table information within KNIME views. If your ultimate goal is to write back out to Excel again, you’ll need to familiarize yourself with the Continental extension mentioned by ipazin and takbb.

3 Likes

Write to Excel Template Node.
br

2 Likes

Thank you! It is easy to handle with this note.

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