PHPackages                             os/excel-bundle - 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. os/excel-bundle

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

os/excel-bundle
===============

OS Excel Bundle for Symfony2

2.1(13y ago)1129.9k↓100%13[1 issues](https://github.com/abdeltiflouardi/OSExcelBundle/issues)[1 PRs](https://github.com/abdeltiflouardi/OSExcelBundle/pulls)MITPHPPHP &gt;=5.2.6

Since Apr 3Pushed 7y ago2 watchersCompare

[ Source](https://github.com/abdeltiflouardi/OSExcelBundle)[ Packagist](https://packagist.org/packages/os/excel-bundle)[ Docs](http://github.com/ouardisoft/OSExcelBundle)[ RSS](/packages/os-excel-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Integrate OSExcelBundle in your project
---------------------------------------

[](#integrate-osexcelbundle-in-your-project)

Add this line to the require option in your composer.json file:

```
 "os/excel-bundle": "dev-master"

```

Execute this command line

```
 php composer.phar update os/excel-bundle

```

In your app/AppKernel.php

```
 new OS\ExcelBundle\OSExcelBundle

```

USING:
------

[](#using)

Call service

```
 $excel = $this->get('os.excel');

```

Open file

```
 $excel->loadFile([FILE_PATHNAME]);

```

Select sheet

```
 $excel->setActiveSheet([INDEX_OF_SHEET]);

```

Get count of sheet

```
 $excel->getSheetCount();

```

Get sheet names

```
 $excel->getSheetNames();

```

Get count of rows of selected sheet

```
 $excel->getRowCount();

```

Get Count of columns of selected sheet

```
 $excel->getColumnCount();

```

Get index of last column

```
 $excel->getHighestColumn();

```

Get row data

```
 $excel->getRowData([INDEX_OF_ROW]);

```

Get cell data

```
 $excel->getCellData([INDEX_OF_ROW], [INDEX_OF_COLUMN]);

```

GET sheet data as php array

```
 $excel->getSheetData();

```

Enjoy!

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

4793d ago

### Community

Maintainers

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

---

Top Contributors

[![abdeltiflouardi](https://avatars.githubusercontent.com/u/694950?v=4)](https://github.com/abdeltiflouardi "abdeltiflouardi (4 commits)")[![erriond](https://avatars.githubusercontent.com/u/3669232?v=4)](https://github.com/erriond "erriond (4 commits)")[![rigosv](https://avatars.githubusercontent.com/u/881687?v=4)](https://github.com/rigosv "rigosv (1 commits)")

---

Tags

excel

### Embed Badge

![Health badge](/badges/os-excel-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/os-excel-bundle/health.svg)](https://phpackages.com/packages/os-excel-bundle)
```

###  Alternatives

[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[rap2hpoutre/fast-excel

Fast Excel import/export for Laravel

2.3k24.9M47](/packages/rap2hpoutre-fast-excel)[openspout/openspout

PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

1.1k57.6M131](/packages/openspout-openspout)[mk-j/php_xlsxwriter

PHP Library to write XLSX files

1.9k8.1M27](/packages/mk-j-php-xlsxwriter)[shuchkin/simplexlsx

Parse and retrieve data from Excel XLSx files. MS Excel 2007 workbooks PHP reader.

1.8k3.8M21](/packages/shuchkin-simplexlsx)

PHPackages © 2026

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