Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed May 8, 2018
1 parent 6f6796d commit e25a70a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ Export only some attributes specifying columns names:
});
```

Download (from a controller method)

```php
return (new FastExcel(User::all()))->download('file.xlsx');
```

## Import

`import` returns a Collection:
Expand Down

0 comments on commit e25a70a

Please sign in to comment.