Skip to content

Commit e1644c9

Browse files
authored
Merge pull request SpartnerNL#59 from ipontt/patch-1
Update upgrade.md
2 parents dc7a7db + 761f72f commit e1644c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

3.1/getting-started/upgrade.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ __Deprecations__
3535

3636
ALL Laravel Excel 2.* methods are deprecated and will not be able to use in 3.0 .
3737

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)`
4141
- 3.0 provides no convenience methods for styling, you are encouraged to use PhpSpreadsheets native methods.
4242

4343
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

Comments
 (0)