Search code examples
asp.netvb.netexcelpackage

Setting the color of a cell using ExcelPackage


I am using vb.net and I have an asp.net application where I use ExcelPackage. I wanted to know how to set the background color of a particular cell or a row of cells.


Solution

  • I recommend you use the component Epplus, it is quite complete and need not be installed on production server.

    http://epplus.codeplex.com/releases/view/42439