XLS Background Colorizer

The XLS Background Colorizer node changes the background color and/or pattern fill for selected cells. The color information is statically defined. Consider using the XLS Conditional Formatter node if you want your spreadsheet application to color the cell background according to its numeric value.

This node's standard mode of operation is to receive the selection of cells to modify via tags in the provided XLS Control Table and the formatting instructions via the node dialog. However, it also provides a direct mode in which the XLS Control Table does not hold tags, but the desired color values directly (in RGB format, e.g. red either as #FF000 or 255/0/0) or missing values for cells not intended to be colorized. Note that the xlsx file format allows a maximum of 64,000 distinct styles per workbook only. Hence, even using a small fraction of the 16.8 million possible RGB colors can easily exhaust this quota.

This node defines a formatting instruction only which needs to be written to an xlsx file via the XLS Formatter (apply) node subsequently.

Options

Control Table Style

standard tags
Tag in your input table for which the formatting of this node should be applied to.
direct color codes in RGB format
Don't search for tags in the input table, but (in case of non-missing value cells) for direct RGB color codes.

Tag Selection

applies to tag (single tag only)
Tag in your input table for which the formatting of this node should be applied to.

Background Color

Change color?
If you want to change the color you can enable it here.
color
Select the color using the color pane.

Pattern Fill

pattern fill
You can change the pattern fill for your selected tag here or leave it as is (e.g. unmodified, horizontal, diagonal, ...).
Change color?
If you want to change the color you can enable it here.
color
Select the color using the color pane.

Input Ports

Icon
XLS Control Table holding tags that define which cells of the sheet to format.
Icon
The XLS Formatter input port potentially holding previous formatting instructions that the instructions of this node shall be added to.

Output Ports

Icon
The XLS Formatter output port holding the collected formatting instructions including the added formatting information from this node.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.