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

v1.0.1 2026-01-02 17:16 UTC

This package is auto-updated.

Last update: 2026-01-02 17:17:44 UTC


README

Latest Version on Packagist Total Downloads PHP Version License

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