Registry / utility / maatwebsite-excel

maatwebsite-excel

JSON →
library3.1.69phppackagistunverified

Supercharged Excel exports and imports in Laravel

composer require maatwebsite/excel
INSTALL
IMPORT
SIG · MAATWEBSITE-EXCEL
M
maatwebsite-excel
utilityphpv3.1.69
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Excel
use Maatwebsite\Excel\Facades\Excel;

Export data to Excel using a Laravel export class

use Maatwebsite\Excel\Facades\Excel; use App\Exports\UsersExport; return Excel::download(new UsersExport, 'users.xlsx');
Debug
Known issues
gotchaRequires Laravel and PhpSpreadsheet; not standalone.
fix
Ensure Laravel is installed and configured, and that phpoffice/phpspreadsheet is present.
affects: >=3.0.0
Upgrade
Version history
3.1.69latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
6
Amazon
1
Resources
maatwebsite-excel — pip install maatwebsite-excel · libregistry