You are here

function phpexcel_install in PHPExcel 6

Same name and namespace in other branches
  1. 6.2 phpexcel.install \phpexcel_install()
  2. 7 phpexcel.install \phpexcel_install()
  3. 7.2 phpexcel.install \phpexcel_install()

File

./phpexcel.install, line 3

Code

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');
}