I'm using ASP.NET Web API 2 (.NET 4.6.1) and AngularJS on the client side. My requirement is to export the tables data in either CSV or Excel format. I cannot use bcp or sqlcmd because of security reasons. Also, cannot use DTS package as the parameters wi...