To reproduce: -Try to format the cell value by using html in the HTMLCellFormatting event. Resolution: You should set the ExcapeHTMLChars property of the CellElement to false in order to format the content of the cell with HTML tags. This can be done in the HTMLCellFormatting event handler of the exporter.