PHPackages                             echoyii/xlswriter-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. echoyii/xlswriter-excel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

echoyii/xlswriter-excel
=======================

XlswriterExcel tool

1.0.1(6y ago)071Apache-2.0PHPPHP &gt;=5.4.0

Since Apr 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/echoyii/xlswriter-excel)[ Packagist](https://packagist.org/packages/echoyii/xlswriter-excel)[ RSS](/packages/echoyii-xlswriter-excel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

XlswriterExcel
==============

[](#xlswriterexcel)

高性能XlswriterExcel拓展用于excel导出，导出时有效减少内存开销

```
$excel_data = [
    ['编号', '姓名', '年龄'],
    ['1', 'zhangsan', '25'],
    ['2', 'lisi', '28'],
];
#实例化对象
$XlswriterExcel = new \echoyii\XlswriterExcel();

#设置文件名
$XlswriterExcel->setBase('用户来源_'.date('YmdHis', time()));

#创建工作表
$XlswriterExcel->createSheet($excel_data, '用户来源');

#输出文件
$XlswriterExcel->fileOutput();

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

2272d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31029398?v=4)[echoyii](/maintainers/echoyii)[@echoyii](https://github.com/echoyii)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[google/protobuf

proto library for PHP

371158.5M469](/packages/google-protobuf)

PHPackages © 2026

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