Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Nov 7, 2023
1 parent ae6ecd7 commit 2201d5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ foreach ($rows as $row) {
// Generate Excel file
$excel->generate();

// Save as Excel file
// Save as Excel file
$data = stream_get_contents($file->getStream());
file_put_contents(__DIR__ . '/excel.xlsx', $data);
```
Expand Down
42 changes: 0 additions & 42 deletions tests/test2.php

This file was deleted.

0 comments on commit 2201d5e

Please sign in to comment.