PHPackages                             mmplayer/simple-excel-php - 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. mmplayer/simple-excel-php

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

mmplayer/simple-excel-php
=========================

Easily parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc formats

v0.3.15(13y ago)025MITPHPPHP &gt;=5.3.0

Since Jul 22Pushed 11y ago2 watchersCompare

[ Source](https://github.com/mmplayer/simple-excel-php)[ Packagist](https://packagist.org/packages/mmplayer/simple-excel-php)[ Docs](http://faisalman.github.com/simple-excel-php)[ RSS](/packages/mmplayer-simple-excel-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

Simple Excel
============

[](#simple-excel)

Easily parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc formats

Features
--------

[](#features)

- Available parsers: Microsoft Excel 2003 XML, CSV, TSV, HTML, JSON
- Available writers: Microsoft Excel 2003 XML, CSV, TSV, HTML, JSON

Usage
-----

[](#usage)

```
use SimpleExcel\SimpleExcel

$excel = new SimpleExcel('CSV');
$excel->parser->loadFile('test.csv');

echo $excel->parser->getCell(1, 1);

$excel->convertTo('JSON');
$excel->writer->addRow(array('add', 'another', 'row'));
$excel->writer->saveFile('example');
```

Development
-----------

[](#development)

[![Build Status](https://camo.githubusercontent.com/5a91c1d591aaac969442cbaf64a97e90bbd4712618205ef34f64d8370536eabf/68747470733a2f2f7472617669732d63692e6f72672f66616973616c6d616e2f73696d706c652d657863656c2d7068702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/faisalman/simple-excel-php)

Testing

```
$ phpunit --configuration test/phpunit.xml
```

Next version 0.4.0-alpha is now available under [develop](https://github.com/faisalman/simple-excel-php/tree/develop) branch

License
-------

[](#license)

Copyright (c) 2011-2012 Faisalman &lt;&gt;

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.1% 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 ~27 days

Recently: every ~37 days

Total

10

Last Release

4806d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a3467b0ec9df615e9a706878b2ee2e7a38b4cf8e81f5fa003b27c0fa053a3d5?d=identicon)[mmplayer](/maintainers/mmplayer)

---

Top Contributors

[![faisalman](https://avatars.githubusercontent.com/u/460302?v=4)](https://github.com/faisalman "faisalman (73 commits)")[![unreal4u](https://avatars.githubusercontent.com/u/194999?v=4)](https://github.com/unreal4u "unreal4u (4 commits)")[![McRip](https://avatars.githubusercontent.com/u/12672?v=4)](https://github.com/McRip "McRip (4 commits)")[![michalliu](https://avatars.githubusercontent.com/u/1010851?v=4)](https://github.com/michalliu "michalliu (3 commits)")[![wjnerdery](https://avatars.githubusercontent.com/u/996315?v=4)](https://github.com/wjnerdery "wjnerdery (2 commits)")[![cristobal](https://avatars.githubusercontent.com/u/155505?v=4)](https://github.com/cristobal "cristobal (2 commits)")[![mul14](https://avatars.githubusercontent.com/u/113989?v=4)](https://github.com/mul14 "mul14 (1 commits)")[![andboson](https://avatars.githubusercontent.com/u/2089327?v=4)](https://github.com/andboson "andboson (1 commits)")

---

Tags

jsonxmlparserhtmlexcelcsvconverterwriterspreadsheettsvdocument

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mmplayer-simple-excel-php/health.svg)

```
[![Health](https://phpackages.com/badges/mmplayer-simple-excel-php/health.svg)](https://phpackages.com/packages/mmplayer-simple-excel-php)
```

###  Alternatives

[faisalman/simple-excel-php

Easily parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc formats

582599.4k1](/packages/faisalman-simple-excel-php)[kartik-v/yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)

1623.1M35](/packages/kartik-v-yii2-export)[rodenastyle/stream-parser

PHP Multiformat Streaming Parser

443195.7k2](/packages/rodenastyle-stream-parser)[dracoblue/craur

A lossless xml to json and json to xml converter (and csv/xlsx/yaml). Writing PHP Json/Xml/Csv/Yaml/excel Importers made easy

4643.1k2](/packages/dracoblue-craur)

PHPackages © 2026

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