PHPackages                             akeneo-labs/excel-connector-bundle - 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. akeneo-labs/excel-connector-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

akeneo-labs/excel-connector-bundle
==================================

Akeneo PIM Excel connector bundle

v1.6.2(9y ago)166.4k10OSL-3.0PHP

Since Mar 7Pushed 9y ago22 watchersCompare

[ Source](https://github.com/akeneo-labs/ExcelConnectorBundle)[ Packagist](https://packagist.org/packages/akeneo-labs/excel-connector-bundle)[ Docs](http://www.akeneo.com)[ RSS](/packages/akeneo-labs-excel-connector-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (9)Versions (24)Used By (0)

ExcelConnectorBundle
====================

[](#excelconnectorbundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ca831dd72e74ebff14324e6b082c3b7e1f1f15f20f2716ea2dc6128227f1090c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616b656e656f2d6c6162732f457863656c436f6e6e6563746f7242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/akeneo-labs/ExcelConnectorBundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/7f4a433a3adddfbff99f1ebd5227c8f834f19b9487af5639bacf161d150d90ea/68747470733a2f2f7472617669732d63692e6f72672f616b656e656f2d6c6162732f457863656c436f6e6e6563746f7242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/akeneo-labs/ExcelConnectorBundle)

[![alt text](./Resources/doc/pictures/akeneo_excel.png)](./Resources/doc/pictures/akeneo_excel.png)

**DEPRECATED**: this bundle is not compatible with the latest Akeneo PIM. Starting from 1.6 PIM version, you should use [ExcelInitBundle](https://github.com/akeneo/ExcelInitBundle) instead.

This bundle adds support of Excel XSLX files as a source for initializing catalog structure and import/export of products for [Akeneo PIM](https://github.com/akeneo/pim-community-standard).

Requirements
------------

[](#requirements)

ExcelConnectorBundleAkeneo PIM Community Editionv1.6.\*v1.5.\*v1.5.\*v1.4.\*v1.4.\*v1.3.\*v1.3.\*v1.2.\*v1.1.\*, v1.2.\*v1.1.\*v1.0.\*v1.0.\*Installation
------------

[](#installation)

From your application root:

```
    php composer.phar require --prefer-dist akeneo-labs/excel-connector-bundle:1.6.*
```

Enable the bundle in the `app/AppKernel.php` file in the `registerBundles()` method:

```
    $bundles = [
        // ...
        new Akeneo\Bundle\SpreadsheetParserBundle\AkeneoSpreadsheetParserBundle(),
        new Pim\Bundle\ExcelConnectorBundle\PimExcelConnectorBundle(),
    ]
```

Now let's clean your cache and dump your assets:

```
    php app/console cache:clear --env=prod
    php app/console pim:installer:assets --env=prod
```

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

[](#documentation)

### Getting started

[](#getting-started)

See [Resources/doc/Getting started](./Resources/doc/Getting-started.rst) for more details on how to set your catalog structure using the [init.xslx](./Resources/fixtures/minimal/init.xlsx) file.

See [Resources/doc folder](./Resources/doc/Home.rst) for more details on how to set your catalog structure

### Supported file

[](#supported-file)

Input file must follow [init.xslx](./Resources/fixtures/minimal/init.xlsx) structure. Note that the file must be opened with Excel. LibreOffice/OpenOffice are not in compliance with validations data that are available in the spreadsheet.

### Importation job

[](#importation-job)

This bundle allows you to import products files directly in the UI through Import &gt; Import jobs. Please note that the init.xlsx import is also available via the UI. However, it should not be used as an import system for entities available within this file (families, categories, etc.) once the catalog structure has been set.

Troubleshooting
---------------

[](#troubleshooting)

\###The import fails when importing families

Check that your channels names are correct in both family and channel tabs. You might have a typo in the channels tab and not in the family tab. You will have to remove the mispelled channel once you corrected this.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community26

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~39 days

Recently: every ~31 days

Total

23

Last Release

3585d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53fc15ef07d3658544b57f07d0616c1d63ef4607d95200ce69d17ffa3459f349?d=identicon)[jmleroux](/maintainers/jmleroux)

![](https://www.gravatar.com/avatar/307250bdb6545909b128061d967bd724d7174c4ad775390585ac1927c6110747?d=identicon)[akeneo](/maintainers/akeneo)

![](https://www.gravatar.com/avatar/8a3c6d99b1f8e8e14bc08d2fc5c798bc841ade1c4ae443a745b660067a56180f?d=identicon)[Fitn](/maintainers/Fitn)

---

Top Contributors

[![fitn](https://avatars.githubusercontent.com/u/2131005?v=4)](https://github.com/fitn "fitn (39 commits)")[![jmleroux](https://avatars.githubusercontent.com/u/1516770?v=4)](https://github.com/jmleroux "jmleroux (21 commits)")[![damien-carcel](https://avatars.githubusercontent.com/u/5039018?v=4)](https://github.com/damien-carcel "damien-carcel (19 commits)")[![matthieuviel](https://avatars.githubusercontent.com/u/7291122?v=4)](https://github.com/matthieuviel "matthieuviel (14 commits)")[![nidup](https://avatars.githubusercontent.com/u/2104359?v=4)](https://github.com/nidup "nidup (3 commits)")[![ctreton](https://avatars.githubusercontent.com/u/6158293?v=4)](https://github.com/ctreton "ctreton (1 commits)")[![sylvainraye](https://avatars.githubusercontent.com/u/1337461?v=4)](https://github.com/sylvainraye "sylvainraye (1 commits)")[![dimitri-koenig](https://avatars.githubusercontent.com/u/4375825?v=4)](https://github.com/dimitri-koenig "dimitri-koenig (1 commits)")[![MarieMinasyan](https://avatars.githubusercontent.com/u/1398717?v=4)](https://github.com/MarieMinasyan "MarieMinasyan (1 commits)")[![mickaelandrieu](https://avatars.githubusercontent.com/u/1247388?v=4)](https://github.com/mickaelandrieu "mickaelandrieu (1 commits)")[![qrz-io](https://avatars.githubusercontent.com/u/3646206?v=4)](https://github.com/qrz-io "qrz-io (1 commits)")

---

Tags

excelconnectorecommercePIMakeneoe-commerce

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/akeneo-labs-excel-connector-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/akeneo-labs-excel-connector-bundle/health.svg)](https://phpackages.com/packages/akeneo-labs-excel-connector-bundle)
```

###  Alternatives

[akeneo/excel-init-bundle

Akeneo PIM Excel initialization bundle

2218.9k](/packages/akeneo-excel-init-bundle)[akeneo-labs/data-generator-bundle

Akeneo PIM Bundle to generate data in order to test high volume operations

112.1k](/packages/akeneo-labs-data-generator-bundle)[akeneo/magento-connector-bundle

Akeneo PIM bundle to export to Magento platform

582.2k](/packages/akeneo-magento-connector-bundle)[akeneo-labs/spreadsheet-parser

Akeneo Spreadsheet parser. Reads XLXS files from Microsoft Excel and Open Office

147598.3k6](/packages/akeneo-labs-spreadsheet-parser)[akeneo-labs/custom-entity-bundle

Akeneo PIM Custom entity bundle

52102.6k7](/packages/akeneo-labs-custom-entity-bundle)

PHPackages © 2026

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