Export To Excel c#
Export to excel:
add this file to your project: Export To Excel File
to create excel file use:
/* To create excel file use next line: */ CreateExcelFile.CreateExcelDocument(model.ToList(), "teacherStudents.xlsx", Response);
- Don't forget to change namespace in the file :)