PHPackages                             fuwa/xlsx-read - 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. fuwa/xlsx-read

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

fuwa/xlsx-read
==============

read big xlsx

0.0.7(5y ago)014MITPHP

Since May 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/leefuwa/XLSXRead)[ Packagist](https://packagist.org/packages/fuwa/xlsx-read)[ Docs](https://github.com/prewk/xml-string-streamer)[ RSS](/packages/fuwa-xlsx-read/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

XLSXRead
========

[](#xlsxread)

\###Simply read large files

```
$oXLSXRead = new \Fuwa\XLSXRead();
$oCallback = function ($_v, $row, $con) {
    if ($row < 6)
        return 'continue';
    if (empty($_v['id']))
        return [false, 'Number cannot be empty!'];
};
$aConfig = ['path'      => $this->getTempCacheDir() . 'csv/sf.xlsx',
            'aKey'      => ['id' => 'Serial number', 'comtime' => 'Completion time',],
            'format'    => ['comtime' => 'time'],
            'aSheet'    => ['progress'],
            'callback'  => $oCallback,
            'titleRows' => 2,];
$flag = $oXLSXRead->read($aConfig);
if (false === $flag){
    $oXLSXRead->getMessage();
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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 ~70 days

Recently: every ~105 days

Total

7

Last Release

2119d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c3450252409daa23b209528d9d2683a65be387ec887eed3594033ca9c38801a3?d=identicon)[leefuwa](/maintainers/leefuwa)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fuwa-xlsx-read/health.svg)

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

###  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)
