From: Vincent Vanwaelscappel Date: Mon, 6 Nov 2023 10:55:34 +0000 (+0100) Subject: fix #6453 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0faa8edd235543625858c3a9dd66bad878254305;p=cubist_excel.git fix #6453 --- diff --git a/src/Excel.php b/src/Excel.php index 5b81559..9685c87 100644 --- a/src/Excel.php +++ b/src/Excel.php @@ -33,7 +33,7 @@ class Excel $line = 1; if (!is_null($head)) { - $c = 0; + $c = 1; foreach ($head as $label) { $columns = max($columns, $c); $cell = $sheet->getCellByColumnAndRow($c, $line);