gitfullstacker / laravel-excel-parser
A Laravel package for parsing Excel files with multiple format support
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/gitfullstacker/laravel-excel-parser
Requires
- php: ^8.0
- illuminate/support: ^9.0|^10.0|^11.0
- phpoffice/phpspreadsheet: ^1.29
Requires (Dev)
- mockery/mockery: ^1.5
- orchestra/testbench: ^7.0|^8.0
- phpunit/phpunit: ^9.5|^10.0
README
A simple and flexible Excel file parser for Laravel applications. Supports XLS, XLSX, CSV, and ODS formats.
Features
- Parse Excel files with or without headers
- Support for multiple worksheets
- Multiple file format support (XLS, XLSX, CSV, ODS)
- Simple and intuitive API
- Laravel Facade support
- Configurable settings
Installation
You can install the package via Composer:
composer require gitfullstacker/laravel-excel-parser