Update: 2026-05-15 15:08:36

This commit is contained in:
Hamza-Ayed
2026-05-15 15:08:36 +03:00
parent 51119e3201
commit 48fcdaf4b8

View File

@@ -147,6 +147,11 @@ $totalFont = '065F46'; // Dark green
$borderColor = 'E2E1F0'; // Light border $borderColor = 'E2E1F0'; // Light border
$altRowBg = 'F8F7FD'; // Alternating row $altRowBg = 'F8F7FD'; // Alternating row
$logoPath = ROOT_PATH . '/public/assets/img/logo.jpg';
if (!file_exists($logoPath)) {
error_log("Excel Export Error: Logo not found at {$logoPath}");
}
// ══════════════════════════════════════════ // ══════════════════════════════════════════
// 1. SUMMARY SHEET (First Sheet) // 1. SUMMARY SHEET (First Sheet)
// ══════════════════════════════════════════ // ══════════════════════════════════════════