From: Vincent Vanwaelscappel Date: Wed, 24 Aug 2022 12:11:58 +0000 (+0200) Subject: wip #5414 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=afa5add00dc6e002c6c5ee072c956e11371d3450;p=cubist_excel.git wip #5414 @0.25 --- diff --git a/src/Excel.php b/src/Excel.php index aa36d84..5b81559 100644 --- a/src/Excel.php +++ b/src/Excel.php @@ -48,7 +48,7 @@ class Excel } foreach ($datas as $l) { - $c = 0; + $c = 1; foreach ($l as $v) { $columns = max($columns, $c); $sheet->getCellByColumnAndRow($c, $line)->setValue($v); diff --git a/src/ExcelToArray.php b/src/ExcelToArray.php index 42da32b..3854070 100644 --- a/src/ExcelToArray.php +++ b/src/ExcelToArray.php @@ -1,5 +1,7 @@