Export Orders as PHPExcel sheets

Questions around the Aimeos bundle for the Symfony framework
Forum rules
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
rasch
Posts: 22
Joined: 02 Sep 2019, 11:51

Export Orders as PHPExcel sheets

Post by rasch » 18 Sep 2019, 14:11

Hi,

I would like to export the orders as PHPExcel sheets. Where can I find the needed extension "ai-container" and where can I find an instruction manuel?

If I currently click on the download button in the order list I see the info that my export will be available in a few minutes for download, but no download is displayed on the dashboard.

Thank your for your help.
--
aimeos: 2019.07.x-dev
symfony: 4.3
php: 7.2
ubuntu: 18

User avatar
aimeos
Administrator
Posts: 7865
Joined: 01 Jan 1970, 00:00

Re: Export Orders as PHPExcel sheets

Post by aimeos » 19 Sep 2019, 06:20

The ai-container extension uses the PHPExcel package, which is abandoned:
https://packagist.org/packages/phpoffice/phpexcel

There's a successor, PHPSpreadsheet but there was no interest in the ai-container extension in the past, so we didn't update.

The order export creates CSV files by default which are equally supported by Excel. Creating them is an asynchronous task and you need to set up a cronjob for the order/export/csv job controller for that:
https://aimeos.org/docs/Symfony/Configure_cronjobs
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply