PHPackages                             kczer/excel-importer - 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. kczer/excel-importer

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

kczer/excel-importer
====================

Library for configurable EXCEL data imports

3.1(4y ago)012MITPHPPHP &gt;=7.1.3

Since Aug 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/KrzysztofCzerwinski/excel-importer)[ Packagist](https://packagist.org/packages/kczer/excel-importer)[ RSS](/packages/kczer-excel-importer/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (8)Dependencies (2)Versions (10)Used By (0)

### Table of contents:

[](#table-of-contents)

- [Excel-importer](#excel-importer)
    - [Installation](#installation)
    - [Documentation](#documentation)
        - [Creating simple EXCEL data import](#creating-simple-excel-data-import)
        - [Mapping EXCEL data to objects](#mapping-excel-data-to-objects)
        - [DictionaryExcelCell](#dictionaryexcelcell)
        - [MultipleDictionaryExcelCell](#multipledictionaryexcelcell)
        - [Custom ExcelCellClasses](#custom-excelcellclasses)
        - [More complex imports](#more-complex-imports)
        - [Data encoding](#data-encoding)

Excel-importer
==============

[](#excel-importer)

Excel-importer is a PHP library that enables to easy import EXCEL formats data and event parse it to objects.

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

[](#installation)

You can install it with composer like so:

```
composer require kcze/excel-importer
```

Documentation
-------------

[](#documentation)

### Creating simple EXCEL data import

[](#creating-simple-excel-data-import)

First you need to create Import class that extends **Kczer\\ExcelImporter\\AbstractExcelImporter**.

For version &gt;= 3.0:

```
