PHPackages                             php-etl/spreadsheet-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. php-etl/spreadsheet-plugin

ActiveGyroscops-plugin[File &amp; Storage](/categories/file-storage)

php-etl/spreadsheet-plugin
==========================

Plugin for XLS Extractor and Loader

v0.5.2(3y ago)03.3k1[1 issues](https://github.com/php-etl/spreadsheet-plugin/issues)[1 PRs](https://github.com/php-etl/spreadsheet-plugin/pulls)MITPHPPHP ^8.2CI failing

Since Apr 23Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/php-etl/spreadsheet-plugin)[ Packagist](https://packagist.org/packages/php-etl/spreadsheet-plugin)[ RSS](/packages/php-etl-spreadsheet-plugin/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (3)Dependencies (15)Versions (14)Used By (0)

Spreadsheet Plugin
==================

[](#spreadsheet-plugin)

[![Mutations](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/infection.yaml/badge.svg)](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/infection.yaml)[![PHPUnit](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/phpunit.yaml/badge.svg)](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/phpunit.yaml)[![Quality](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/quality.yaml/badge.svg)](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/quality.yaml)[![PHPStan level 5](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/phpstan-5.yaml/badge.svg)](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/phpstan-5.yaml)[![PHPStan level 6](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/phpstan-6.yaml/badge.svg)](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/phpstan-6.yaml)[![PHPStan level 7](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/phpstan-7.yaml/badge.svg)](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/phpstan-7.yaml)[![PHPStan level 8](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/phpstan-8.yaml/badge.svg)](https://github.com/php-etl/spreadsheet-plugin/actions/workflows/phpstan-8.yaml)[![PHP](https://camo.githubusercontent.com/92b9014093275b62946e71c6cd8b9438fbcc0441f99345a0900d8fe3d82f9d77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7068702d65746c2f73707265616473686565742d706c7567696e)](https://camo.githubusercontent.com/92b9014093275b62946e71c6cd8b9438fbcc0441f99345a0900d8fe3d82f9d77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7068702d65746c2f73707265616473686565742d706c7567696e)

This package aims at integrating the Spreadsheet or the Opendocument reader and writer into the [Pipeline](https://github.com/php-etl/pipeline) stack.

Principles
----------

[](#principles)

The tools in this library will produce executable PHP sources, using an intermediate *Abstract Syntax Tree* from [nikic/php-parser](https://github.com/nikic/PHP-Parser). This intermediate format helps you combine the code produced by this library with other packages from [Middleware](https://github.com/php-etl).

Installation
============

[](#installation)

```
composer require php-etl/spreadsheet-plugin

```

Usage
=====

[](#usage)

Example of a config file. Reads `input.xlsx`, writes `output.xlsx`, logs error in system's [stderr](https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)).

```
spreadsheet:
    extractor:
      file_path: 'input.xlsx'
      excel:
        sheet: 'sheet2'
        skip_line: 1
#  loader:
#    file_path: 'output.xlsx'
#    excel:
#      sheet: 'sheet2'
    logger:
        type: stderr
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance57

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 58.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~103 days

Recently: every ~81 days

Total

8

Last Release

1124d ago

PHP version history (3 changes)v0.1.x-devPHP ^8.0

v0.3.x-devPHP ^8.1

v0.5.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/144109625f8029112d56f43d08120cf03a0918ea3b4fd59ab53f09b02f630b00?d=identicon)[gplanchat](/maintainers/gplanchat)

---

Top Contributors

[![sebprt](https://avatars.githubusercontent.com/u/47692802?v=4)](https://github.com/sebprt "sebprt (60 commits)")[![gplanchat](https://avatars.githubusercontent.com/u/152367?v=4)](https://github.com/gplanchat "gplanchat (35 commits)")[![JoMessina](https://avatars.githubusercontent.com/u/99172532?v=4)](https://github.com/JoMessina "JoMessina (5 commits)")[![clemzarch](https://avatars.githubusercontent.com/u/28787740?v=4)](https://github.com/clemzarch "clemzarch (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/php-etl-spreadsheet-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/php-etl-spreadsheet-plugin/health.svg)](https://phpackages.com/packages/php-etl-spreadsheet-plugin)
```

###  Alternatives

[vich/uploader-bundle

Ease file uploads attached to entities

1.9k25.9M116](/packages/vich-uploader-bundle)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40029.5M87](/packages/league-flysystem-bundle)[symfony/ux-dropzone

File input dropzones for Symfony Forms

541.5M4](/packages/symfony-ux-dropzone)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
