Views Data Export PHPExcel
Categories
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
- Views Data Export
- PHPExcel library version >= 1.8.0
- Libraries
Installation
- Place PHPExcel library under sites/all/libraries folder, so the resulting
structure should look like:
- sites/all/libraries/PHPExcel
- sites/all/libraries/PHPExcel/Classes
[...] - Enable the module.
Usage
Follow the instructions from README.txt of the Views Data Export module.
Known bugs/limitations
- Most likely batch export does not work
- Does not work with VDE 7.x-4.x-dev, as reported here: https://www.drupal.org/node/2372149
Credits
Dmitriy Novikov from SmartWolverine.net
