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

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

pihizi/simple-excel-php
=======================

this is fork

v0.3.15(13y ago)0210↓66.7%MITPHPPHP &gt;=5.3.0

Since Jul 22Pushed 7y ago1 watchersCompare

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

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

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

[](#simple-excel)

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

### For further deatails see the GitHuib Pages site:

[](#for-further-deatails-see-the-githuib-pages-site-httpfaisalmangithubcomsimple-excel-php)

PHP Versions Supported
----------------------

[](#php-versions-supported)

PHP &gt;= 5.3

Installation
------------

[](#installation)

If you're using Composer to manage libraries, include this package in your composer.json

```
"require" : {
    "faisalman/simple-excel-php" : "0.3.*"
}
```

If you want to try version 0.4 (still in develop branch) you can use

```
"require" : {
    "faisalman/simple-excel-php" : "develop as 0.4.0-alpha"
}
```

Or just load this library in your PHP project by including SimpleExcel.php

```
require_once('../your/project/directory/here/lib/SimpleExcel/SimpleExcel.php');
```

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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.7% 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

4799d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41d758f17f4009db0addd8eb118d25532af9b8d6e9fb7b9690c5e7ab45b96b0f?d=identicon)[pihizi](/maintainers/pihizi)

---

Top Contributors

[![faisalman](https://avatars.githubusercontent.com/u/460302?v=4)](https://github.com/faisalman "faisalman (85 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)")[![davidjeddy](https://avatars.githubusercontent.com/u/6232455?v=4)](https://github.com/davidjeddy "davidjeddy (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)")[![Jr0dR87](https://avatars.githubusercontent.com/u/1922801?v=4)](https://github.com/Jr0dR87 "Jr0dR87 (2 commits)")[![sanzhumu](https://avatars.githubusercontent.com/u/3954072?v=4)](https://github.com/sanzhumu "sanzhumu (2 commits)")[![pihizi](https://avatars.githubusercontent.com/u/3204734?v=4)](https://github.com/pihizi "pihizi (1 commits)")[![andboson](https://avatars.githubusercontent.com/u/2089327?v=4)](https://github.com/andboson "andboson (1 commits)")[![krzysztof-sikorski](https://avatars.githubusercontent.com/u/4456257?v=4)](https://github.com/krzysztof-sikorski "krzysztof-sikorski (1 commits)")[![mul14](https://avatars.githubusercontent.com/u/113989?v=4)](https://github.com/mul14 "mul14 (1 commits)")

---

Tags

jsonxmlparserhtmlexcelcsvconverterwriterspreadsheettsvdocument

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/pihizi-simple-excel-php/health.svg)](https://phpackages.com/packages/pihizi-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)
