wrve/oc-excelimportexport-plugin

为 October CMS 的导入导出行为提供 Excel 支持

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

This package is auto-updated.

Last update: 2024-09-07 23:45:25 UTC


README

此插件为 October CMS 的导入导出行为添加了 Excel 支持。

注意:目前仅支持导入 Excel 文件

安装

通过 composer 安装: composer require wrve/oc-excelimportexport-plugin

使用方法

无需实现 Backend.Behaviors.ImportExportController,可以使用此插件提供的类似方法

public $implement = [
    'WRvE\ExcelImportExport\Behaviors\ExcelImportExportController',
];