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:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...