818

Product support

Get help in the plugin support forum.

Categories

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.

1.0.2

Toggle headers on import

Dec 23, 2024

1.0.1

First version of ExcelImportExport

Dec 23, 2024