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

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

eycopia/excel
=============

Wrapper for PHPEXCEL

1.0.3(8y ago)04.2k↓71.4%MITPHPPHP &gt;=5.3

Since Sep 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/eycopia/excel)[ Packagist](https://packagist.org/packages/eycopia/excel)[ Docs](https://github.com/eycopia/php-exel)[ RSS](/packages/eycopia-excel/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Excel Wrapper
=============

[](#excel-wrapper)

The cells works like array, when: A=0, B=1, C=2..., etc. The rows init on 1, like excel.

\#Create
`$excel = new Excel('COMPANY NAME');`

\#Add text to cell
setValue($cell, $row, $value)
`$excel->setValue(1, 1, "Event");`
Add word "Event" on B:1

\#Merge `$excel->merge(1,1, 3, true);`

\#Background Cell `$excel->backgroundCell("#fff000", 1,1);`

\#Download `$excel->download('fileName');`\#Save If you need store excel data in a variable `$data = $excel->save();`

\#Full Example `$excel = new Excel('EyCopia');`
`$excel->merge(1,1, 3, true);`
`$excel->setValue(1, 1, "Event");`
`$excel->backgroundCell("#fff000", 1,1);`
`$excel->setValue(0, 2, "Days", true);`
`$excel->setValue(1, 2, "Monday", true);`
`$excel->setValue(2, 2, "Tuesday", true);`
`$excel->setValue(3, 2, "Wednesday", true);`
`$excel->setValue(0, 3, "Hackaton", true)`
`    ->setValue(1, 3, "12", true)`
`    ->setValue(2, 3, "34", true)`
`    ->setValue(3, 3, "15", true);`
`$excel->setValue(0,4, "Networking", true)`
`    ->setValue(1,4, "10", true)`
`    ->setValue(2,4, "12", true)`
`    ->setValue(3,4, "43", true);`
` $excel->download('juan');`

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~113 days

Total

4

Last Release

3227d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5742173?v=4)[Jorge Copia](/maintainers/eycopia)[@eycopia](https://github.com/eycopia)

---

Top Contributors

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

---

Tags

excelPHPExcel

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[arogachev/yii2-excel

ActiveRecord import and export based on PHPExcel for Yii 2 framework

6381.4k1](/packages/arogachev-yii2-excel)[dakota/cake-excel

CakePHP excel generator

2325.2k](/packages/dakota-cake-excel)[phpnt/yii2-export

Yii2 It saves data in xls, csv, word, html, pdf files.

158.9k](/packages/phpnt-yii2-export)

PHPackages © 2026

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