PHPackages                             fml/phpsimpleexcel - 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. fml/phpsimpleexcel

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

fml/phpsimpleexcel
==================

PHPSimpleExcel is a library basing on oliverschwarz/php-excel

v1.0.2(10y ago)1472MITPHPPHP &gt;=5.3.0

Since Jul 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/FunkyMonkeyLabs/PHPSimpleExcel)[ Packagist](https://packagist.org/packages/fml/phpsimpleexcel)[ RSS](/packages/fml-phpsimpleexcel/feed)WikiDiscussions master Synced 1mo ago

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

FunkyMonkeyLabs\\PHPSimpleExcel by [FunkyMonkeyLabs](https://github.com/funkymonkeylabs)
========================================================================================

[](#funkymonkeylabsphpsimpleexcel-by-funkymonkeylabs)

PHPSimpleExcel is a library basing on [oliverschwarz/php-excel](https://github.com/oliverschwarz/php-excel). This implementation allow to you to controlling current row by `startRow()` method, which returns Row object.

Instalation
-----------

[](#instalation)

FunkyMonkeyLabs\\PHPSimpleExcel is available on packagist.org (composer), so you can simply add:

```
    "require": {
        "fml/phpsimpleexcel" : "v1.0.0"
    }

```

Usage
-----

[](#usage)

```
