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: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,18 @@
12
12
13
13
## Introduction
14
14
15
-
Laravel Excel 3.0 is intended at being a simple, but elegant wrapper around PhpSpreadsheet with the goal of simplifying
15
+
Laravel Excel is intended at being Laravel-flavoured PhpSpreadsheet: a simple, but elegant wrapper around PhpSpreadsheet with the goal of simplifying
16
16
exports.
17
17
18
+
[PhpSpreadsheet](https://phpspreadsheet.readthedocs.io/) is a library written in pure PHP and providing a set of classes that allow you to read from and to write to different spreadsheet file formats, like Excel and LibreOffice Calc.
19
+
20
+
Laravel Excel features:
21
+
22
+
* Easily export collections to Excel
23
+
* Export queries with automatic chunking for better performance
24
+
* Queue exports for better performance
25
+
* Easily export Blade views to Excel
26
+
18
27
## Supported Versions
19
28
20
29
Versions will be supported for a limited amount of time.
@@ -44,6 +53,8 @@ More about contributing can be found at: [https://laravel-excel.maatwebsite.nl/d
44
53
45
54
## License & Postcardware
46
55
56
+
Our software is open source and licensed under the MIT license.
57
+
47
58
If you use the software in your production environment we would appreciate to receive a postcard of your hometown. Please send it to:
Laravel Excel is intended at being Laravel-flavoured PhpSpreadsheet: a simple, but elegant wrapper around PhpSpreadsheet with the goal of simplifying
4
+
exports.
5
+
6
+
[PhpSpreadsheet](https://phpspreadsheet.readthedocs.io/) is a library written in pure PHP and providing a set of classes that allow you to read from and to write to different spreadsheet file formats, like Excel and LibreOffice Calc.
7
+
8
+
Laravel Excel features:
9
+
10
+
* Easily export collections to Excel
11
+
* Export queries with automatic chunking for better performance
0 commit comments