/views_data_export

DEPRECATED - D8 project moved to https://www.drupal.org/project/views_data_export

Primary LanguagePHP

Overview

This module provides the following formats for views:

  • CSV (via csv_serialization module)
  • Microsoft XLS (via the xls_serialization module)
  • Microsoft DOC (planned)
  • Basic TXT (planned)

Drupal 8.x already provides XML and JSON formats for Views via the Rest module.

Requirements