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
+35-5Lines changed: 35 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,24 @@
1
-
FastExcelLaravel
2
-
Lightweight and very fast XLSX Excel Spreadsheet Writer for Laravel
3
-
(wrapper for [FastExcelWriter](https://packagist.org/packages/avadim/fast-excel-writer))
1
+
# FastExcelLaravel
2
+
3
+
Lightweight and very fast XLSX Excel Spreadsheet read/write library for Laravel in pure PHP
4
+
(wrapper around [FastExcelWriter](https://packagist.org/packages/avadim/fast-excel-writer)
5
+
and [FastExcelReader](https://packagist.org/packages/avadim/fast-excel-reader))
4
6
5
7
## Introduction
6
8
7
9
Exporting data from your Laravel application has never been so fast! Importing models into your Laravel application has never been so easy!
8
10
9
-
This library is a wrapper for avadim/fast-excel-writer фтв avadim/fast-excel-куфвук, so it's also lightweight, fast, and requires a minimum of memory.
10
-
Using this library, you can export arrays, collections and models to a XLSX-file from your Laravel application.
11
+
This library is a wrapper around **avadim/fast-excel-writer** and **avadim/fast-excel-reader**, so it's also lightweight, fast, and requires a minimum of memory.
12
+
Using this library, you can export arrays, collections and models to a XLSX-file from your Laravel application, and you can import data to Laravel application.
13
+
14
+
**Features**
15
+
16
+
* Easily export models, collections and arrays to Excel
17
+
* Export huge datasets with very fast, and using a minimum of memory
18
+
* Сan create multiple sheets and supports basic column, row and cell styling
19
+
* You can set the height of the rows and the width of the columns (including auto width calculation)
20
+
* Import workbooks and worksheets to Eloquent models very quickly and with minimal memory usage
21
+
* Automatic field detection from imported table headers
0 commit comments