From 9162ca0f04989b715a797484ac97490aef545d15 Mon Sep 17 00:00:00 2001 From: venba-Inspriron-3558 Date: Wed, 12 Nov 2025 09:43:58 +0530 Subject: [PATCH] FIX_Sheet name implemented --- app/Views/variance_report_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Views/variance_report_list.php b/app/Views/variance_report_list.php index 6d609a80..279fd493 100644 --- a/app/Views/variance_report_list.php +++ b/app/Views/variance_report_list.php @@ -237,7 +237,7 @@ extend: 'excel', text: ' EXCEL ', 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;