We find many articles in order to export the data into excel sheet.
By using the below code we can export data to excel sheet without getting any warning message when we are trying to open the file.
In order to do this we need to Add library files of NPOI into our project. This can be added though nuget or you can directly download from the below link and refer the dll into your project.
http://npoi.codeplex.com/releases
By using the below code we can export data to excel sheet without getting any warning message when we are trying to open the file.
In order to do this we need to Add library files of NPOI into our project. This can be added though nuget or you can directly download from the below link and refer the dll into your project.
http://npoi.codeplex.com/releases
