wrve / oc-excelimportexport-plugin
Excel support for October CMS' Import Export behavior
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Type:october-plugin
Requires
- php: >=7.0
- composer/installers: ~1.0
- phpoffice/phpspreadsheet: ^1.17
README
This plugin adds Excel support to the Import Export behavior of October CMS.
NOTE: currently only supports Excel for importing
Installation
Install through composer: composer require wrve/oc-excelimportexport-plugin
Usage
Instead of implementing Backend.Behaviors.ImportExportController
, use the one from this plugin like so:
public $implement = [
'WRvE\ExcelImportExport\Behaviors\ExcelImportExportController',
];