<div class="lm-panel panel panel-default">
<div class="lm-panel-heading dragHandle panel-heading">
<span ng-style="styleCtrl.style15(styleCtrl.fontFace,styleCtrl.fontSize)">
<b>
**{{figure.caption}}**
</b>
</span>
------------------------------------------------------------
This is controller=>
----------------------
columns: vm.columnsList,
excel: {
fileName: $scope.figure.caption + ".xlsx",
allPages: true,
filterable: true
},
So when I first export to excel, then file name is correct. But If we change parameter, then Our Caption changed but if we export to excel, Then file name remains same as before. Please help me how to do it.