PHPackages                             vincet/phpexcel-exporter - 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. vincet/phpexcel-exporter

ActiveLibrary

vincet/phpexcel-exporter
========================

01.9kPHP

Since Apr 2Pushed 12y ago2 watchersCompare

[ Source](https://github.com/vincenttouzet/PHPExcelExporter)[ Packagist](https://packagist.org/packages/vincet/phpexcel-exporter)[ RSS](/packages/vincet-phpexcel-exporter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHPExcelSourceIterator
======================

[](#phpexcelsourceiterator)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/bd668123b2a4a3b931e7b2b6a6336e77229f9a16c67197828512956ed3a98545/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f76696e63656e74746f757a65742f504850457863656c4578706f727465722f6261646765732f7175616c6974792d73636f72652e706e673f733d65376165303266626637613865336332653334326265386565643261313133313661666333366439)](https://scrutinizer-ci.com/g/vincenttouzet/PHPExcelExporter/)[![Code Coverage](https://camo.githubusercontent.com/4063cd546c953bc65368d881ca32716f81d9525ea0bab7e76dff1caca46cc17c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f76696e63656e74746f757a65742f504850457863656c4578706f727465722f6261646765732f636f7665726167652e706e673f733d38636235653462326432343164373134386438643363316464366464636432396435333663613837)](https://scrutinizer-ci.com/g/vincenttouzet/PHPExcelExporter/)[![Build Status](https://camo.githubusercontent.com/d86d13e3674b1c38bb7dc259a91ef11ec418666d8972788f31501b16b86416ac/68747470733a2f2f7472617669732d63692e6f72672f76696e63656e74746f757a65742f504850457863656c4578706f727465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vincenttouzet/PHPExcelExporter)

Provide a SourceIterator and a Writer for Excel files for [**sonata-project/exporter**](https://github.com/sonata-project/exporter)

Installation
------------

[](#installation)

You can use this source with composer:

```
{
    "require": {
        "sonata-project/exporter": "dev-master",
        "phpoffice/phpexcel": "dev-master",
        "vincet/phpexcel-exporter": "dev-master"
    },
}
```

This library does not require a specific version of [**sonata-project/exporter**](https://github.com/sonata-project/exporter) or [**phpoffice/phpexcel**](https://github.com/PHPOffice/PHPExcel) so you can use whatever version you want.

Usage
-----

[](#usage)

```
$source = new VinceT\PHPExcelExporter\Source\PHPExcelSourceIterator(__DIR__.'/file.xlsx');

foreach ($source as $data) {
    ...
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/48631f87063e4694039a23a57c65c000b9be36200a541f0dc3b15e69ac69c8f6?d=identicon)[vincenttouzet](/maintainers/vincenttouzet)

---

Top Contributors

[![vincenttouzet](https://avatars.githubusercontent.com/u/2057992?v=4)](https://github.com/vincenttouzet "vincenttouzet (5 commits)")

### Embed Badge

![Health badge](/badges/vincet-phpexcel-exporter/health.svg)

```
[![Health](https://phpackages.com/badges/vincet-phpexcel-exporter/health.svg)](https://phpackages.com/packages/vincet-phpexcel-exporter)
```

PHPackages © 2026

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