Link to download Excel files

SUMMARY

This module is useful to generate an excel file by clicking a link that points to an url created by the module.

Excel Generator Url provides an URL that forces the download of the excel file.

The content of the excel file should be recorded on the $_SESSION array before the link is clicked but alternatively you can call the function directly passing the same structured array of data as parameter.

Calling the function directly requires that you create a reception URL and it's
preferable on a performance point of view when there are many users and the amount data
is big as the $_SESSION is copied as a file by PHP.

This module is interesting to allow fast coding as it gives a ready to use URL that you
can call from your theme or modules to download an excel file.

For a full API access of PHPExcel you should use other module like PHPExcel.
(see: https://www.drupal.org/project/phpexcel)

Available functionalities are:
* Output formats Excel5, Excel2007 and CSV
* Coloring of cells and rows
* Single or multiple sheets
* Single or multiple files

This module depends on the third-party API library PHPExcel.

For a full description of the module, visit the project page:
http://drupal.org/project/excelgeneratorurl

To submit bug reports and feature suggestions, or to track changes:
http://drupal.org/project/issues/excelgeneratorurl

REQUIREMENTS

* PHPExcel v1.8.0 or higer needs to be downloaded on the libraires folder
https://github.com/PHPOffice/PHPExcel

* PHPExcell requires PHP version 5.2.0 or higher

INSTALLATION

* Install excelgeneratorurl module as any other Drupal module.
see: http://drupal.org/documentation/install/modules-themes/modules-7

* Create a folder called phpexcel inside sites/all/libraries and paste the
API can be downloaded at https://github.com/PHPOffice/PHPExcel

HOW TO USE & IMPORTANT NOTICE

See the README.txt file for instructions.

CONTACT

Current maintainer:
Sergio Garcia Fernandez (cubeinspire) - https://www.drupal.org/user/1039472

Project information

Releases