Skip to content

Commit 7b6359b

Browse files
authored
Merge pull request #17 from laravel-enso/fix/excelExport
fix export
2 parents 8f7baa4 + ef66beb commit 7b6359b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ExcelExport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private function addRow($row)
148148

149149
private function row(array $row): Row
150150
{
151-
return new Row($row);
151+
return Row::fromValues($row);
152152
}
153153

154154
private function addSheet(): void

0 commit comments

Comments
 (0)