wrve/oc-excelimportexport-plugin

Excel support for October CMS' Import Export behavior

v1.0.3 2022-03-07 18:26 UTC

This package is auto-updated.

Last update: 2024-05-07 23:09:34 UTC


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',
];