You are here

phpexcel.install in PHPExcel 6

File

phpexcel.install
View source
<?php

function phpexcel_install() {
  drupal_set_message(t("In order to use PHPExcel, you must first download the entire library (1.7) at !link and put it under sites/all/libraries/PHPExcel/ (so you should have sites/all/libraries/PHPExcel/PHPExcel.php)", array(
    '!link' => '<a href="http://www.phpexcel.net">phpexcel.net</a>',
  )), 'warning');
}

Functions

Namesort descending Description
phpexcel_install