PHPackages                             nope7777/xlsx-writer - 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. nope7777/xlsx-writer

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

nope7777/xlsx-writer
====================

XLSXWriter - lightweight library for generating large Excel exports fast and without memory overflow.

v1.0.1-beta(1y ago)1152.2k↓32.5%MITPHPPHP ^7.0|^8.0

Since Sep 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nope7777/xlsx-writer)[ Packagist](https://packagist.org/packages/nope7777/xlsx-writer)[ RSS](/packages/nope7777-xlsx-writer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

About XLSXWriter
----------------

[](#about-xlsxwriter)

XLSXWriter is lightweight library for generating large Excel exports fast and without memory overflow.

Documentation
-------------

[](#documentation)

Usage example:

```
use XLSXWriter\Workbook;

$workbook = new Workbook();

$workbook->getDefaultStyle()
    ->setFontName('Arial')
    ->setFontSize(9);

$sheet = $workbook->addSheet('Sheet title');
$sheet->addRow(
    ['Person', 'Company', 'Amount'],
    $workbook->getNewStyle()->setFontBold(true)
);
$sheet->skipRows(2);

$sheet->addRows([
    ['User1', 'Company1', 100],
    ['User2', 'Company2', 200],
    ['User3', 'Company3', 300],
]);

$workbook->output('some-export.xlsx');
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Every ~2184 days

Total

2

Last Release

616d ago

PHP version history (2 changes)v1.0.0-betaPHP ^7.0

v1.0.1-betaPHP ^7.0|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/58808b5bc3ad81cb381cabc6e3eba2a5322488e20951543b37f3e88ca8cfaa15?d=identicon)[nope7777](/maintainers/nope7777)

---

Top Contributors

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

---

Tags

phpexcelxlsx

### Embed Badge

![Health badge](/badges/nope7777-xlsx-writer/health.svg)

```
[![Health](https://phpackages.com/badges/nope7777-xlsx-writer/health.svg)](https://phpackages.com/packages/nope7777-xlsx-writer)
```

###  Alternatives

[openspout/openspout

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

1.2k57.6M131](/packages/openspout-openspout)[alexandrainst/php-xlsx-fast-editor

PHP library to make basic but fast read &amp; write operations on existing Excel workbooks

1311.4k](/packages/alexandrainst-php-xlsx-fast-editor)

PHPackages © 2026

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