I\'m using EPPlus to generate Excel files, in DAL I\'m populating DataTable, filling data into table, and passing table to Presentation La
EPPlus
Excel
DataTable
Based on this discussion (epplus.codeplex.com/discussions/349927) you can also set column format to date.
worksheet_1.Cells[row, 3].Style.Numberformat.Format = DateTimeFormatInfo.CurrentInfo.ShortDatePattern;