This commit is contained in:
Yuri Kuznetsov
2023-03-17 10:23:44 +02:00
parent 739230c4b9
commit 524f94cd54
@@ -214,7 +214,11 @@ class PhpSpreadsheetProcessor implements ProcessorInterface
->getNumberFormat()
->setFormatCode(NumberFormat::FORMAT_TEXT);
$startingRowNumber = 4;
$startingRowNumber = 2;
if ($params->getParam(self::PARAM_TITLE)) {
$startingRowNumber += 2;
}
foreach ($fieldList as $i => $name) {
$col = $azRange[$i];