C# – How to create excel sheet data directly from the .net application

asp.netcexcel

I want to create excel sheet from asp.net application using C# language.

please reply me how to create it and also if having source. I don't know how to create it.

Also I want drop down list in one of column. how we can do this.

Please reply me its urgent….

Best Answer

You can use Excel COM objects to create Excel sheets in ASP.NET.

Try this link.