If i know the absolute path of a CSV file then how can i open the CSV file using AngularJS.Is there any way that i can open it using Excel? Currently i am trying this
<a target="_self" ng-href="{{csv_link}}">download csv</a>
But the csv file is not opening.