PHPackages                             arif-rh/easy-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. arif-rh/easy-excel

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

arif-rh/easy-excel
==================

Wrapper for Easy Simple Using PHPSpreadsheet

0.0.1(6y ago)129MITPHP

Since Mar 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/arif-rh/easy-excel)[ Packagist](https://packagist.org/packages/arif-rh/easy-excel)[ Docs](https://github.com/arif-rh/easy-excel)[ RSS](/packages/arif-rh-easy-excel/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

**Install**

```
composer require arif-rh/easy-excel

```

**Example**

```
require "vendor/autoload.php";

$xls = new Arifrh\EasyExcel\EasyExcel('Example 1');

$xls->setColumnsWidth([
    'A' => 20, 'B' => 90
]);

$xls
    // merge cells with background color
    ->setColumnHeader('A1', 'B1', 'UTF-8 Support オートライブラリー', '90adf0')

    // set one cel
    ->setCellValue('A2', 'Easy Excel')

    // set multiple celss
    ->setCellValues([
        'B2' => 'Wrapper of PHPSpreadsheet',
        'B3' => 'Easy for simple use case'
    ])

    // set cell with background color
    ->setLabel('A4', 'Github Repository', 'e39054')

    // set cell with hyperlink
    ->setLinkValue('B4', 'https://github.com/arif-rh/easy-excel', 'Go to Github Repository')

    // clone sheet
    ->cloneSheet('Example 1', 'Copy of Example 1')

    // or use name "Copy of Example 1"
    ->setActiveSheet(1)

    // insert 8 rows before row 1
    ->insertRows(8, 1)

    // add image to cell
    ->setImageValue('A1', './img/avatar.png')

    // set merge cells
    ->setMergeCellsValue('B1', 'B7', 'composer require arif-rh/easy-excel', ['HC', 'VC'])

    // download file, or add second parameter with 'pdf' to download as PDF
    ->forceDownload('Easy-Excel');
    ````

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2244d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b5e5b51452ac209ba31bade4dcabea32ebb599e0a49c778524e780aeb2b9bf0f?d=identicon)[arif-rh](/maintainers/arif-rh)

---

Top Contributors

[![arif-rh](https://avatars.githubusercontent.com/u/2386359?v=4)](https://github.com/arif-rh "arif-rh (3 commits)")

---

Tags

excelxlsxlsxspreadsheetphp-excelPHP SpreadsheetExcel Wrapper

### Embed Badge

![Health badge](/badges/arif-rh-easy-excel/health.svg)

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

###  Alternatives

[phpoffice/phpspreadsheet

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

13.9k293.5M1.2k](/packages/phpoffice-phpspreadsheet)[nuovo/spreadsheet-reader

Spreadsheet reader library for Excel, OpenOffice and structured text files

669863.2k8](/packages/nuovo-spreadsheet-reader)[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)[ellumilel/php-excel-writer

Big data Excel writer with small memory consuming

50287.6k3](/packages/ellumilel-php-excel-writer)[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)

PHPackages © 2026

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