PHPackages                             yiiman/yii-lib-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. [File &amp; Storage](/categories/file-storage)
4. /
5. yiiman/yii-lib-excel

ActiveYii2-extension[File &amp; Storage](/categories/file-storage)

yiiman/yii-lib-excel
====================

Simple library for parse and manipulate excel files

01.1k1[1 PRs](https://github.com/Yiiman-cms/lib-PHPExcel/pulls)PHP

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Yiiman-cms/lib-PHPExcel)[ Packagist](https://packagist.org/packages/yiiman/yii-lib-excel)[ RSS](/packages/yiiman-yii-lib-excel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

lib-PHPExcel
============

[](#lib-phpexcel)

Yii2 Excel Functions and class based PHPExcel package

Install
-------

[](#install)

`composer require yiiman/yii-lib-excel`

Usage
-----

[](#usage)

Create component from `YiiMan\YiiLibExcel\Excel` class

### Create Component In Yii2

[](#create-component-in-yii2)

```
    'components'=>
    [
    'excel'=>[
        'class'=>\YiiMan\YiiLibExcel\Excel::class
    ]
];
```

```
Yii::$app->excel
    ->loadFile(__DIR__.'/list.xlsx')
    ->freezeFirstRow()
    ->setValue(1,2,'Hello excel')
    ->saveAndGetFilePath();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.5% 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/289bca70798b2ce7dadc6fbe072bf8c2ffea21ef7db91a5a2659129b34ca9e4e?d=identicon)[yiiman](/maintainers/yiiman)

---

Top Contributors

[![yiiman-dev](https://avatars.githubusercontent.com/u/11722893?v=4)](https://github.com/yiiman-dev "yiiman-dev (14 commits)")[![mohammadmahdavim](https://avatars.githubusercontent.com/u/47108232?v=4)](https://github.com/mohammadmahdavim "mohammadmahdavim (2 commits)")

### Embed Badge

![Health badge](/badges/yiiman-yii-lib-excel/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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