0
kicks
SimpleExcelExport: export your object list to excel without problems
For a requirement where i work, i needed to make a export to excel feature in every screen of an application, that's why and created a small library to create a excel file using NPOI(a c# library to create excel files without excel) that receive a list of any object and create the excel file.
Give it a try and let me know your ideas or comments.