You are here

README.txt in PHPExcel 7.3

Same filename and directory in other branches
  1. 8.3 README.txt
The PHPExcel module allows developers to export/import data to/from Excel files.

# DEPENDENCIES

This module depends on the Libraries API module (http://drupal.org/project/libraries).

In order for this module to work, you must download the PHPExcel library (version 1.7.* or higher - http://phpexcel.codeplex.com/).

# INSTALLATION

1. Install the module as any other Drupal module. 
2. Download the PHPExcel library and extract it inside your site's libraries folder*. 

* The PHPExcel library can be extracted in any libraries folder you want (sites/*/libraries). You should have sites/*/libraries/PHPExcel/Classes/PHPExcel.php. 

# IMPORTANT: UPGRADE FROM 2.x TO 3.x

The phpexcel.api.inc file was still available in 2.x for backward compatibility reasons, *but has completely been removed in 3.x*. Code must now include phpexcel.inc !

Also, *the include path for the PHPExcel library changes*! Make sure to move your library files (see Installation above). This may seem odd, but the previous way to store the library was not "right", in that you could not simply extract the downloaded archive to your libraries folder. Now you can.

File

README.txt
View source
  1. The PHPExcel module allows developers to export/import data to/from Excel files.
  2. # DEPENDENCIES
  3. This module depends on the Libraries API module (http://drupal.org/project/libraries).
  4. In order for this module to work, you must download the PHPExcel library (version 1.7.* or higher - http://phpexcel.codeplex.com/).
  5. # INSTALLATION
  6. 1. Install the module as any other Drupal module.
  7. 2. Download the PHPExcel library and extract it inside your site's libraries folder*.
  8. * The PHPExcel library can be extracted in any libraries folder you want (sites/*/libraries). You should have sites/*/libraries/PHPExcel/Classes/PHPExcel.php.
  9. # IMPORTANT: UPGRADE FROM 2.x TO 3.x
  10. The phpexcel.api.inc file was still available in 2.x for backward compatibility reasons, *but has completely been removed in 3.x*. Code must now include phpexcel.inc !
  11. Also, *the include path for the PHPExcel library changes*! Make sure to move your library files (see Installation above). This may seem odd, but the previous way to store the library was not "right", in that you could not simply extract the downloaded archive to your libraries folder. Now you can.