Font colors in TXLSExportHTML2 work all right, but cells' background colors does not seem to match the requested ones.
E.g.:
- for blue (clBlue) I get red,
- for yellow (clYellow) I get Cyan/Aqua.
- green (clGreen) is allright.
I think the RGB byte values should be sent to HTML in reverse order. E.g. BGCOLOR="0000FF" in stead of BGCOLOR="FF0000".