Views Export XLS MultiOption

Categories

Component ID

2697759

Component name

Views Export XLS MultiOption

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

954

Component created

Component changed

Component body

Module allows to export views output into Microsoft Excel format where each multiple option gets into a separate cell.

This module is based on wonderful Views Data Export module with small amends on top of it. Basically, it does just 2 things differently:

  1. Moves every option of multioptional field to a separate cell
  2. Provides a real xls file instead of html-formatted content with *.xls extension. It helps to avoid annoying warning about the wrong file format.

Dependencies

Installation instructions

  • Download PHPExcel library and place it into /sites/all/libraries folder, so that PHPExcel.php file could be found at /sites/all/libraries/PHPExcel/Classes/PHPExcel.php
  • Install module as usual
  • Go to any view created with Views module, add a new display of type "Data export" and choose there XLS file (every option in separate cell)