/* $Id: $ */

-- SUMMARY --

Allows you to export views data to excel


-- REQUIREMENTS --

phpexcel - http://phpexcel.codeplex.com/


-- INSTALLATION --

1. Download the phpexcel library and upload the contents of the Classes directory to "sites/all/plugins/phpexcel/"
   so that your directory structure looks like this:
    - sites/all/plugins/phpexcel/PHPExcel.php
    - sites/all/plugins/phpexcel/PHPExcel/
2. Install as usual, see http://drupal.org/node/70151 for further information.

-- HOWTO --

1. Add a new "Feed" display to your view.
2. Change its style to "PHP Excel"
3. Configure the options
4. Give it a path in the Feed settings such as "path/to/xls".
5. Optionally, you can choose to attach this to another of your displays by
   updating the "Attach to:" option in feed settings.