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;