How to give font colour in excel sheet using ssis?

  • How to give font color for the first row of excel sheet when we export the datas from sql server database to excel sheet destination?

    Thanks in advance

  • I have a similar problem. I have to colour the cells in excel using SSIS. Any solution for this?

  • I have not done this, but I would imagine you would use a Script Task and the Excel Object Model to manipulate the font color of cells.

    You would have to install the Microsoft Office Primary Interop Assemblies and set a reference to the Microsoft Excel Object Library in the Script Task.

    I don't know how robust this is for server-side processes. Generally I have seen advice against instantiating Excel objects on a server.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply