Thursday, March 2, 2017

Export to excel in c#

The blog mentioned below lists several ways to export data to an excel file. All the different ways to export have been summarized quite neatly here.

http://techbrij.com/export-excel-xls-xlsx-asp-net-npoi-epplus


No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...