wrve / oc-excelimportexport-plugin
Excel support for October CMS' Import Export behavior
Package info
github.com/rubenvanerk/oc-excelimportexport-plugin
Type:october-plugin
pkg:composer/wrve/oc-excelimportexport-plugin
v1.0.3
2022-03-07 18:26 UTC
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',
];