Project DescriptionA SQL Server Integration Services custom transformation that constructs an HTML table from the contents of a data flow, optionally colouring each row individually as directed by a specifiable "colour" column.

Send a Data Flow rowset to an HTML marked-up table that you can store in an SSIS variable. I use this extensively with the
Send HTML Mail Task here on CodePlex to send notification and activity report emails after packages execute.
See the documentation tab for usage instructions.