Views Data Export PHPExcel

Component ID

2367023

Component name

Views Data Export PHPExcel

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

10878

Component created

Component changed

Component body

Views Data Export PHPExcel

Description

This module extends Views Data Export module to allow XLSX files export.
Possibly it will support more formats in the future.

Implementation is based on https://www.drupal.org/node/1269994#comment-9090229.
Many thanks to Johann Wagner!

Requirements

  1. Views Data Export
  2. PHPExcel library version >= 1.8.0
  3. Libraries

Installation

  1. Place PHPExcel library under sites/all/libraries folder, so the resulting
    structure should look like:
    - sites/all/libraries/PHPExcel
    - sites/all/libraries/PHPExcel/Classes
    [...]
  2. Enable the module.

Usage

Follow the instructions from README.txt of the Views Data Export module.

Known bugs/limitations

Credits

Dmitriy Novikov from SmartWolverine.net