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
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -51,15 +51,16 @@ public function storeExcel()
51
51
```
52
52
53
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) :::
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
+
:::
63
64
64
65
## Note about queuing
65
66
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