Hi all i am using angularjs
in mean stack i working with excel
download functionality my need is when i click download button i need to download one excel sheet and that excel i mentioned the column names in one scope variable like $scope.Sno="S.No" just like that.These Scope variable should show as header of the excel sheet. How do this in angularjs
via jose