We use the CellFormatting event to colour code cells in various grids all over our application.
We\'ve got some generic code which handles export to Excel (and print
I have a possible solution - In your export function access the Cell.FormattedValue property of each cell. According to Microsoft, this forces the CellFormatting event to fire.