Please enable JavaScript to view this site.

A-Shell Reference

Various of the CSV2XL directives allow you to specify colors for text and background. You may so specify by using one of the two methods described below.

Color Index

CSV2XL's native color reference system is a list of colors with associated common names. You can see the colors and their names here.

Using the native scheme to set the headers background color, for example, you would write:

HeadersBG=COLOR_GRAY25

 

This index is the default color definition scheme, and will be used and expected unless you change it to RGB.

RBG Colors

If you prefer to use RGB color terminology, for example:

HeadersBG=&hff99cc

...you can do so by shifting CSV2CL into RGB mode. Please see the topic SetRGBMode for relevant details.