FIX_Sheet name implemented

This commit is contained in:
venba-Inspriron-3558 2025-11-12 09:43:58 +05:30
parent efa2fb6ce7
commit 9162ca0f04

View File

@ -237,7 +237,7 @@
extend: 'excel',
text: '<i class="mdi mdi-file-excel " ></i><span class=" btn-custom"> EXCEL </span>',
title: 'Variance-Report-List',
sheetName: 'Variance-Report-List',
sheetName: 'Variance-Report-List', // Sheet name
customize: function(xlsx) {
var sheet = xlsx.xl.worksheets['sheet1.xml'];
var total = 0;