Is it possible to open a CSV file using AngularJS if I know the absolute path? Additionally, is there a way to open it directly in Excel? I have been attempting this method:
<a target="_self" ng-href="{{csv_link}}">download csv</a>
However, the CSV file does not seem to be opening.