skasianov/excelimportexport-plugin

There is no license information available for the latest version (1.0.6) of this package.

OctoberCMS plugin. Provides replacement for ImportExportController with XLSX/XLS/ODS support.

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 2

Open Issues: 1

Type:october-plugin

pkg:composer/skasianov/excelimportexport-plugin

1.0.6 2025-09-06 10:52 UTC

This package is auto-updated.

Last update: 2025-12-06 11:34:42 UTC


README

Plugin for OctoberCMS 3.x

Provides drop-in replacement for ImportExportController/ImportModel/ExportModel with support for XLSX, XLS and ODS files.

Installation

composer require skasianov/excelimportexport-plugin

Usage

  1. Replace \Backend\Behaviors\ImportExportController in your controller with \SKasianov\ExcelImportExport\Behaviors\ImportExportController
  2. Extend your import models with \SKasianov\ExcelImportExport\Models\ImportModel instead of \Backend\Models\ImportModel
  3. Extend your export models with \SKasianov\ExcelImportExport\Models\ExportModel instead of \Backend\Models\ExportModel
  4. Use OctoberCMS's import/export functionality as usual.

Requirements

Requires October 3.x and PHP 8.1.