PHPackages                             atishamte/piexl - 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. atishamte/piexl

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

atishamte/piexl
===============

PHP wrapper of phpexcel library

014PHP

Since May 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/atishamte/Piexl)[ Packagist](https://packagist.org/packages/atishamte/piexl)[ RSS](/packages/atishamte-piexl/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Piexl - Php Import EXport Library(for Excel)
============================================

[](#piexl---php-import-export-libraryfor-excel)

Exporting PHP to Excel or Importing Excel to PHP. Excel Library for generate Excel File or for load Excel File.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist atishamte/piexl
OR
composer require atishamte/piexl

```

or add

```
"atishamte/piexl": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

### Importing Data

[](#importing-data)

Import file excel and return into an array.

```
