Asp – How to add dropdown in excel sheet programmatically

asp.netexcelexcelpackage

I am using the ExcelPackage dll to creating the excel from the .net application.

I want to add drop down list in one of column of Excel sheet. How to add it?

Also I want to do some formatting changes to the cell values.

Best Answer