FIX_Sheet name implemented
This commit is contained in:
parent
efa2fb6ce7
commit
9162ca0f04
@ -237,7 +237,7 @@
|
|||||||
extend: 'excel',
|
extend: 'excel',
|
||||||
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
|
||||||
title: 'Variance-Report-List',
|
title: 'Variance-Report-List',
|
||||||
sheetName: 'Variance-Report-List',
|
sheetName: 'Variance-Report-List', // Sheet name
|
||||||
customize: function(xlsx) {
|
customize: function(xlsx) {
|
||||||
var sheet = xlsx.xl.worksheets['sheet1.xml'];
|
var sheet = xlsx.xl.worksheets['sheet1.xml'];
|
||||||
var total = 0;
|
var total = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user