I export data from a report to a spreadsheet, depending on what the user has installed on the machine, for Excel
or for BrOffice
.
My question is coloring a cell's source in BrOffice
, I know I have to use the .CharColor := clBlue
code for example.
But for the result I got, it is necessary to do some conversion so the resulting color is what I want.
As in the example, instead of the text in the worksheet being in Blue , it remained in Red . This was just an example, but it happened in all cells and with other colors.
The question is: Is there a conversion table? Or how to outline this situation?