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/getting-started/upgrade.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ __Deprecations__
35
35
36
36
ALL Laravel Excel 2.* methods are deprecated and will not be able to use in 3.0 .
37
37
38
-
- Excel::load() is removed and replaced by Excel::import($yourImport)
39
-
- Excel::create() is removed and replaced by Excel::download/Excel::store($yourExport)
40
-
- Excel::create()->string('xlsx') is removed an replaced by Excel:raw($yourExport, Excel::XLSX)
38
+
-`Excel::load()` is removed and replaced by `Excel::import($yourImport)`
39
+
-`Excel::create()` is removed and replaced by `Excel::download/Excel::store($yourExport)`
40
+
-`Excel::create()->string('xlsx')` is removed an replaced by `Excel::raw($yourExport, Excel::XLSX)`
41
41
- 3.0 provides no convenience methods for styling, you are encouraged to use PhpSpreadsheets native methods.
42
42
43
43
You can find an example upgrade for an export here: [https://github.com/Maatwebsite/Laravel-Excel/issues/1799](https://github.com/Maatwebsite/Laravel-Excel/issues/1799)
0 commit comments