wrve/oc-excelimportexport-plugin

Excel support for October CMS' Import Export behavior

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 1

Open Issues: 0

Type:october-plugin

pkg:composer/wrve/oc-excelimportexport-plugin

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

This package is auto-updated.

Last update: 2025-10-08 02:08:09 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',
];