Created on 20 August 2019, over 5 years ago
Updated 27 March 2024, 8 months ago

I'm attaching patch to vbo_export, which adds export to word functionality.

How it works:

  1. Renders every entity in default view mode.
  2. Export data to *.doc file as HTML table (two columns - first - label, second - data)
  3. In configuration, you can set maximum number of rows, which can be exported at once. This is to prevent memory limit error. If you have complex entity types, it may fail with bigger number of rows. Our tests shows, that limit is 5000 - 10000 items, depending how complex entities are.
  4. If user will select more rows than defined limit, confirmation form will be displayed. If user will continue, only first LIMIT selected items will be exported. (e.g. if 4000 will be set as limit, only first 4000 selected entities will be exported).

For export to word, extra patch is required for views bulk operations. See: https://www.drupal.org/project/views_bulk_operations/issues/3075992 📌 Fix limited rows on export to word Closed: works as designed

Feature request
Status

Needs work

Version

4.0

Component

Code

Created by

🇵🇱Poland gugalamaciek

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇧🇪Belgium falc0

    My attempt to fix rendering nested groups

    I skipped comments in #9 for now.

  • 🇧🇪Belgium falc0

    Fixed labels not showing in nested groups.

  • 🇧🇪Belgium rp7

    Fixed deprecation notice: Deprecated function: Creation of dynamic property Drupal\\vbo_export\\Plugin\\Action\\VboExportDoc::$renderer is deprecated in Drupal\\vbo_export\\Plugin\\Action\\VboExportDoc->__construct().

Production build 0.71.5 2024