Views PHPExcel Export

Categories

Component ID

2918414

Component name

Views PHPExcel Export

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

18

Component created

Component changed

Component body

Appends a global view header that creates a form in the view used to export data to spreadsheets. It requires PHPExcel library.

Features:

  • Exports images embedded in file
  • Allows formulas to be passed to the exported file
  • Allows configuring column totals
  • Allows in code cell formatting
  • Processes the export in batch mode

Note: place PHPExcel library so that the file PHPExcel.php will be located at /sites/all/libraries/PHPExcel/Classes/PHPExcel.php.

PHP shall have Zip Archive extension on. On ubuntu/debian for php7 can be installed with:
sudo apt-get install php7.0-zip