Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
aVadim483 committed Jun 28, 2024
1 parent 9f58c56 commit e21f1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FastExcelWriter/Writer/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ protected function _writeSheetHead(Sheet $sheet): FileWriter

$sheetFormatPr = $sheet->getSheetFormatPr();
if ($sheetFormatPr) {
$fileWriter->write('<sheetFormatPr ') . self::tagAttributes($sheetFormatPr) . '/>';
$fileWriter->write('<sheetFormatPr ' . self::tagAttributes($sheetFormatPr) . '/>');
}

$cols = $sheet->getColAttributes();
Expand Down

0 comments on commit e21f1fe

Please sign in to comment.