You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3.1/exports/store.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,5 +50,16 @@ public function storeExcel()
50
50
}
51
51
```
52
52
53
+
::: warning File names cannot include certain characters:
54
+
< (less than)
55
+
> (greater than)
56
+
: (colon)
57
+
" (double quote)
58
+
/ (forward slash)
59
+
\ (backslash)
60
+
| (vertical bar or pipe)
61
+
? (question mark)
62
+
* (asterisk) :::
63
+
53
64
## Note about queuing
54
65
If you are storing the export using `Excel::queue()` or using the `ShouldQueue` interface, make sure to have a look at the [queuing docs](https://docs.laravel-excel.com/3.1/exports/queued.html)
0 commit comments