niji/akeneo-labelized-export-bundle

Akeneo bundle that add an XLSX export profile which use labels instead of codes for attribute names and value.

3.2.2 2020-10-20 12:36 UTC

This package is auto-updated.

Last update: 2024-03-20 20:01:03 UTC


README

This bundle adds an XLSX export profile that export attributes labels instead of codes.

Installation

composer req niji/akeneo-labelized-export-bundle

In your app/AppKernel.php add a line to enable the bundle:

public function registerProjectBundles() {
   return [
       // your app bundles should be registered here,
       .../...
       new Niji\AkeneoLabelizedExportBundle\AkeneoLabelizedExportBundle(),
       .../...
   ];
}

Important note

This export profile assume that there is only one locale selected on the profile configuration. In case there are multiple locales selected, it'll take in account only the first one for the labels and simple/multi select attributes values.