PHPackages                             roromix/spreadsheetbundle - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. roromix/spreadsheetbundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

roromix/spreadsheetbundle
=========================

This is a Symfony 7.1+ Bundle helps you to read and write Spreadsheet files (including pdf, xls, xlsx, odt, csv), thanks to the PHPSpreadsheet library

v3.0.0(1y ago)24410.2k↓21.3%71MITPHPPHP &gt;=8.2

Since Jan 2Pushed 1y ago3 watchersCompare

[ Source](https://github.com/roromix/SpreadsheetBundle)[ Packagist](https://packagist.org/packages/roromix/spreadsheetbundle)[ Docs](https://github.com/roromix/SpreadsheetBundle)[ RSS](/packages/roromix-spreadsheetbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (8)Used By (1)

SpreadsheetBundle
=================

[](#spreadsheetbundle)

This is a Symfony 3 to 7 Bundle helps you to read and write Spreadsheet files (including pdf, xls, xlsx, odt, csv), thanks to the PHPSpreadsheet library.

[![Total Downloads](https://camo.githubusercontent.com/b2545b3a6969dd15b8b8de41398df806a340fd8e06a4fdd96b3e42e0f4fc4c62/68747470733a2f2f706f7365722e707567782e6f72672f726f726f6d69782f537072656164736865657442756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/roromix/SpreadsheetBundle)[![Latest Stable Version](https://camo.githubusercontent.com/fd57e9bcc403b8471004d8dc5ff0dd5d21c5a82cc0442e25764a2aac8b82bc57/68747470733a2f2f706f7365722e707567782e6f72672f726f726f6d69782f537072656164736865657442756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/roromix/SpreadsheetBundle)[![Latest Unstable Version](https://camo.githubusercontent.com/e93e95293a2acac64551de57711c8b0fddd88dd1087d2d8f94dc48b4ca367bff/68747470733a2f2f706f7365722e707567782e6f72672f726f726f6d69782f537072656164736865657442756e646c652f762f756e737461626c652e706e67)](https://packagist.org/packages/roromix/SpreadsheetBundle)

Supported formats
-----------------

[](#supported-formats)

The supported formats are sames of PhpSpreadsheet (Open Document .ods, Office Excel .xlsx, BIFF 8 .xls, CSV, PDF).

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

[](#installation)

**1** Add to composer.json to the `require` key

```
    composer require roromix/spreadsheetbundle
```

**2** Register the bundle :

Symfony standard installation : `app/AppKernel.php`

```
    $bundles = array(
        // ...
        new Roromix\Bundle\SpreadsheetBundle\RoromixSpreadsheetBundle(),
    );
```

Symfony Flex installation (normaly, it's auto-generated) : `config/bundles.php`

```
    return [
        // ...
        Roromix\Bundle\SpreadsheetBundle\RoromixSpreadsheetBundle::class => ['all' => true],
    ];
```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

[![License](https://camo.githubusercontent.com/e5f40973dd584f59544efc6b64ac13c477b0a9fbfa1b356833faf5348d424e43/68747470733a2f2f706f7365722e707567782e6f72672f726f726f6d69782f537072656164736865657442756e646c652f6c6963656e73652e706e67)](LICENSE)

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance46

Moderate activity, may be stable

Popularity46

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 94.4% 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 ~441 days

Recently: every ~435 days

Total

7

Last Release

406d ago

Major Versions

v1.0.3 → v2.0.02024-01-12

v2.0.1 → v3.0.02025-04-07

PHP version history (2 changes)v2.0.0PHP &gt;=7.1

v3.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebb0396f689a6b8d9f2adf40f7e50141219e9da1e69e501477b1b8319b54113b?d=identicon)[roromix](/maintainers/roromix)

---

Top Contributors

[![roromix](https://avatars.githubusercontent.com/u/16560617?v=4)](https://github.com/roromix "roromix (17 commits)")[![frcho](https://avatars.githubusercontent.com/u/2415594?v=4)](https://github.com/frcho "frcho (1 commits)")

---

Tags

symfonybundleexcelspreadsheetPHPExcel

### Embed Badge

![Health badge](/badges/roromix-spreadsheetbundle/health.svg)

```
[![Health](https://phpackages.com/badges/roromix-spreadsheetbundle/health.svg)](https://phpackages.com/packages/roromix-spreadsheetbundle)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[onurb/excel-bundle

Symfony Bundle to read or write Excel file (including pdf, xlsx, odt), using phpoffice/phpspreadsheet library (replacement of phpoffice/phpexcel, abandonned)

15332.0k](/packages/onurb-excel-bundle)[avadim/fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP

2951.2M7](/packages/avadim-fast-excel-writer)[avadim/fast-excel-reader

Lightweight and very fast XLSX Excel Spreadsheet Reader in PHP

104608.4k6](/packages/avadim-fast-excel-reader)[jgrygierek/batch-entity-import-bundle

Importing entities with preview and edit features for Symfony.

101.1M1](/packages/jgrygierek-batch-entity-import-bundle)[avadim/fast-excel-laravel

Lightweight and very fast XLSX Excel Spreadsheet Export/Import for Laravel

4146.7k1](/packages/avadim-fast-excel-laravel)

PHPackages © 2026

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