PHPackages                             gsoft/excel-bundle - 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. gsoft/excel-bundle

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

gsoft/excel-bundle
==================

A simple and useful implementation phpExcel

010PHP

Since Apr 3Pushed 7y agoCompare

[ Source](https://github.com/oeortiz/gsExcel)[ Packagist](https://packagist.org/packages/gsoft/excel-bundle)[ RSS](/packages/gsoft-excel-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

gsExcel
=======

[](#gsexcel)

makes phpexcel simple and usable.

```
//Returns a simple .xlsx file with three columns
	$arrayRows(
			('Lucia','Cll 80b # 45 - 6', '6453827'),
			('George','Cll 95b # 67 - 6', '85847635')
		);
	$titles = array('Name','Address','Phone');
return new GsExcel($arrayRows,$titles,'Users-Report');

// OR Create on base to other file
$file = new GsExcel($arrayRows,$titles,'Users-Report');
$file->createFromFile(sfConfig::get('sf_upload_dir').'/Formatos/FormatoReportePlataformas.xlsx');
$file->init();
$file->setTitles($tituloColums,$this->iRow);
$file->getExcel();
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e8ff99638a164e4c0a1fdace61da401b1a74472204ae20a5af1dedf9ea98e8b?d=identicon)[oeortiz](/maintainers/oeortiz)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gsoft-excel-bundle/health.svg)

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

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