Minor fix for quick copy+paste
This commit is contained in:
parent
0e86e69fb6
commit
b9b9affb9e
@ -179,7 +179,7 @@ $style = (new StyleBuilder())
|
|||||||
$writer = WriterFactory::create(Type::XLSX);
|
$writer = WriterFactory::create(Type::XLSX);
|
||||||
$writer->openToFile($filePath);
|
$writer->openToFile($filePath);
|
||||||
|
|
||||||
$writer->addRowWithStyle(['Border Bottom Green Thin Dashed'], $style)
|
$writer->addRowWithStyle(['Border Bottom Green Thin Dashed'], $style);
|
||||||
|
|
||||||
$writer->close();
|
$writer->close();
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user