Update: 2026-05-15 15:08:36
This commit is contained in:
@@ -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)
|
||||||
// ══════════════════════════════════════════
|
// ══════════════════════════════════════════
|
||||||
|
|||||||
Reference in New Issue
Block a user