为 October CMS 的导入导出行为提供 Excel 支持
github.com/rubenvanerk/oc-excelimportexport-plugin
主页
源代码
问题
安装: 30
依赖: 0
建议者: 0
安全: 0
星星: 3
关注者: 1
分支: 1
开放问题: 0
类型:october-plugin
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT cb6814ee3af0653fef689274efa08bffd2ebe649
exceloctoberoctobercms
This package is auto-updated.
Last update: 2024-09-07 23:45:25 UTC
此插件为 October CMS 的导入导出行为添加了 Excel 支持。
注意:目前仅支持导入 Excel 文件
通过 composer 安装: composer require wrve/oc-excelimportexport-plugin
composer require wrve/oc-excelimportexport-plugin
无需实现 Backend.Behaviors.ImportExportController,可以使用此插件提供的类似方法
Backend.Behaviors.ImportExportController
public $implement = [ 'WRvE\ExcelImportExport\Behaviors\ExcelImportExportController', ];