Skip to content

Excel support for October CMS' Import Export behavior

License

Notifications You must be signed in to change notification settings

rubenvanerk/oc-excelimportexport-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel Import Export for October CMS

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