Plone Add-on Gallery

collective.collection2xlsx

https://github.com/collective/collective.collection2xlsx/actions/workflows/plone-package.yml/badge.svg https://codecov.io/gh/collective/collective.collection2xlsx/branch/master/graph/badge.svg https://codecov.io/gh/collective/collective.collection2xlsx/branch/master/graph/badge.svg Latest Version Egg Status https://img.shields.io/pypi/pyversions/collective.collection2xlsx.svg?style=plastic:alt:Supported-PythonVersions License

collective.collection2xlsx

The add-on allows you to export the tabular view of a Collection as an Excel (XLSX) file.

Features

  • Export Collection items in XLSX format

Translations

This product has been translated into

  • english

  • german

Installation

Install collective.collection2xlsx by adding it to your buildout:

[buildout]

...

eggs =
    collective.collection2xlsx

and then running bin/buildout

Usage

You can call the xlsx view on every Collection, but it makes more sence when you choose what columns to show for the tabular view. The add-on will add a xlsx-action for Collections, so that users can just click the link to download the list as XLSX file.

Authors

This add-on was build by Derico [MrTango].

Contributors

Put your name here, you deserve it!

  • ?

Contribute

Support

If you are having issues, please let us know.

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.0a6 (2021-07-16)

  • Resolve Creator member info (fullname/username) [MrTango]

1.0a5 (2021-07-16)

  • Use tabular_view as listing_view, this brings compatibility with collective.taxonomy >= 2.1.1 [MrTango]

1.0a4 (2021-07-16)

  • Handle Missing.Value in field_data [MrTango]

1.0a3 (2021-07-16)

  • Fix support for multiple values in meta columns, like keywords

1.0a2 (2021-07-16)

  • Add support for multiple values in meta columns, like keywords [MrTango]

1.0a1 (2021-07-16)

  • Initial release. [MrTango]