exportData: function (templateId, rowId) {
var config = {
headers: {
'Content-Type': 'application/json'
},
responseType: 'arraybuffer'
};
return $http.post(commonSvc.baseURlForDCBulk + 'api/export/' + templateId, rowId, config).then(
function (response) {
var blob = new Blob([response.data], {type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheetexportData: function (templateId, rowId) {