aymane-asserrar / livewire-excel-validator
Validate Excel uploads row-by-row. Returns a ValidationResult with per-cell errors, red-highlighted annotated file, hover comments, and a summary sheet.
Package info
github.com/AymaneAsserrar/LiveWireExcelValidator
pkg:composer/aymane-asserrar/livewire-excel-validator
v2.0.0
2026-03-18 17:27 UTC
Requires
- php: ^8.1
- phpoffice/phpspreadsheet: ^1.29 || ^2.0 || ^3.0 || ^4.0 || ^5.0
Suggests
- illuminate/http: Required to pass an UploadedFile directly instead of a file path.
- illuminate/support: Required for the Laravel service provider and ValidationResult::download().