集成/导出包

按内容类型导出您的集成内容为xml、csv或xlsx格式

1.0.1 2015-12-28 11:50 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:04:21 UTC


README

此包将'content'集合中的数据导出为'.xml'、'.csv'和'.xlsx'格式。

需求

  • phpoffice/phpexcel

文档

安装

按照以下步骤安装此包

使用composer安装

$ php composer.phar require integrated/export-bundle:~1.0

启用包

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\ExportBundle\IntegratedExportBundle()
        // ...
    );
}

导入路由

# app/config/routing.yml
integrated_export:
    resource: @IntegratedExportBundle/Resources/config/routing.xml

许可证

此包受MIT许可证的约束。请参阅包中的完整许可证。

LICENSE

贡献

欢迎提交pull请求。请参阅我们的贡献指南

关于

此包是Integrated项目的一部分。您可以在集成开发者网站上了解更多关于此项目的信息。