akeneo/excel-init-bundle is tightly coupled to Akeneo PIM (Product Information Management) for initializing catalog structure via Excel (XLSX) files. It replaces the older ExcelConnectorBundle and is designed for Akeneo PIM v1.6+, with explicit compatibility matrices for different versions.Pim\Bundle\ExcelInitBundle). It integrates with Akeneo’s core workflows (e.g., pim:installer:assets, cache:warmup) but does not introduce standalone functionality.init.xlsx template (e.g., sheets for families, channels, currencies).v3.0.* requires Akeneo >=3.0). Downgrading Akeneo may break compatibility.Why Excel?
Akeneo Version Compatibility
Maintenance Strategy
User Workflow
init.xlsx files? Are templates provided for non-technical users?Performance
Alternatives
akeneo/import-export) that offer similar functionality?EventDispatcher).For Akeneo PIM Projects:
akeneo/excel-init-bundle:3.0.* for Akeneo >=3.0).composer require akeneo/excel-init-bundle:3.0
config/bundles.php (Symfony 4+) or AppKernel.php (Symfony 3).init.xlsx template in Akeneo’s fixtures directory and configure paths.For Laravel Projects:
Pim\Bundle\InstallerBundle and Pim\Bundle\CatalogBundle.pim_catalog_family, pim_channel tables).init.xlsx template exactly (e.g., sheet names, column headers).init.xlsx template against your catalog structure.composer.json to avoid surprises.How can I help you explore Laravel packages today?